Git 官方文档
Resource
Related
- Bazaar
Bazaar Cheat Sheet
- CVS
CVS Cheat Sheet
- SVN
SVN Cheat Sheet
Local Changes
Changed in working directory
See files ready for commit
Revert changes (new commit)
Return to last committed state
Merge/Rebase
Merge branch into current
Merge tool to solve conflicts
To view the merge conflicts
To discard conflicting patch
After resolving conflicts
Branching/Tagging
Create branch from existing
Useful Commands
Check for Errors and Cleanup Repository
Search Working Directory for foo()