$ git checkout -b [New Branch]If you have modified or created files, add them to the project:
$ git add [Your modified or new files]Commit your changes:
$ git commit -m '[Your Comments]'Push the project to the new branch:
$ git push origin [New Branch]
See also: https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging
0 comments:
Post a Comment