Skip to content
Felix0102 edited this page Feb 13, 2020 · 3 revisions

clone specific git branch

checkout specific git branch

  • git checkout <name_of_branch>

list all branch

  • git branch -a

git commit

  • git add newfile
  • git commit -m "comment"
  • git push

Clone this wiki locally