Git 使用便捷上手册
- Git Rebase / StageState/Stash
- Git Reset
- https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md
- https://dangitgit.com/
- https://developer.mozilla.org/zh-CN/docs/Learn/Tools_and_testing/GitHub
git push origin newbranch
- 推送本地newbranch 到origin 上
git 有三个区域:工作区、暂存区、版本库(working/staging/repository)。