git 使用总结

常用命令

> git
  • git add
  • git branch
  • git checkout
  • git cherry-pick
  • git clone
  • git commit
  • git diff
  • git fetch
  • git init
  • git log
  • git merge
  • git mv
  • git pull
  • git push
  • git rebase
  • git remote
  • git reset
  • git rm
  • git show
  • git stash
  • git status
  • git tag

协作模型

参考文章

http://www.ruanyifeng.com/blog/2015/08/git-use-process.html