Search posts, tags, users, and pages
Kshitija Bartakke-Malwade
#DevOps #Engineer #DevOpsEngineer
Branching in Git Creating a New Branch Creating a branch is straightforward. Here's how to create a new branch named "new-branch1" git branch #On which branch you are right now git branch new-branch1 #Create new branch git checkout new-branch1 #swit...
No responses yet.