meta data for this page
  •  

This is an old revision of the document!


Git

Workflow

git init .
gt checkout
git add -A
git commit -am 'message'
git pull [origin] [branch]
git push <origin> <branch>