Showing posts with label Git Branching. Show all posts
Showing posts with label Git Branching. Show all posts

Monday, 29 April 2013

creatig a sub branch

first remain on the same branch from where you want to create a sub branch
then run the following command:
$ git checkout -b new_branch