meta data for this page
  •  

This is an old revision of the document!


Git

Workflow

git init .
git branch <name>, git checkout <name> create branch, switch branch
git add -A
git commit -am 'message'
git pull [origin] [branch]
git push <origin> <branch>