How To Create a New Branch in Git-DecodingDevOps
How To Create a New Branch in Git-DecodingDevOps to create a new branch in git, open your command prompt or git bash and enter into your cloned git repository. once you entered in your...
How To Create a New Branch in Git-DecodingDevOps to create a new branch in git, open your command prompt or git bash and enter into your cloned git repository. once you entered in your...
How To Create a Branch In GitLab-Create a New Branch after login to your gitlab account or gitlab server enter into to your project. once you are in your project we can create new...
How To Create A branch in BitBucket-Create New Branches once you logged in to the bit bucket account or your organisation bit bucket server, go to your project and in the project go to...
How To Create a Branch In Github-Create New Branch once you logged in to github you can see your repositories, enter into your repositories. here i entered into my repository name called ‘devops’ ....
Docker Commands List-Docker Commands Cheat Sheet Docker is a software which packages the application and its dependencies in docker images. image contains files like operating system files, application files and dependencies. you can think...
Calculating Letters and Digits From The Sentence Using Python To calculate the number of digits and the number of letters from a sentence using the python, we use python built in methods. isalpha(): it is...
How To Install Jenkins With Docker Image – DecodingDevOps using docker we can easily install any tool on the servers. docker is containerization tool, using the docker images we will create containers. Once we...
Steps To Install Terraform on Windows 10 or 8 or 7 terraform is infrastructure as code tool. With terraform scripts we can automate the configuration of our infrastructure. in this tutorial i will show...
How To Run Ansible Playbook Locally or Localhost Machine-DecodingDevOps we can run ansible playbook locally or in ansible control machine in different ways those are using localhost in ansible playbook host argument by passing...