Git is a powerful version control system. Now, we can see how to create custom branch in git.
First we have to checkout the repository. By default repository having the master branch. To create new branch, use the following command "git branch your-branch-name" and switch the branch using the following command "git checkout your-banch-name". That's it create and switch the custom branch in GIT.
http://www.a2cart.com/one-page-tutorial-git/
First we have to checkout the repository. By default repository having the master branch. To create new branch, use the following command "git branch your-branch-name" and switch the branch using the following command "git checkout your-banch-name". That's it create and switch the custom branch in GIT.
http://www.a2cart.com/one-page-tutorial-git/
No comments:
Post a Comment