Thursday, October 27, 2016

Git : create new branch

https://github.com/Kunena/Kunena-Forum/wiki

https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches

Create the branch on your local machine and switch in this branch : 
$ git checkout -b [name_of_your_new_branch]
Push the branch on github : 
$ git push origin [name_of_your_new_branch]

No comments:

Post a Comment