1
0
Fork 0
git-reference/NOTES

34 lines
357 B
Plaintext
Raw Normal View History

2010-06-03 11:14:06 +00:00
Introduction
(how git is different)
Getting and Creating Projects
* init
* clone
Basic Snapshotting
* add
* status
* diff
* commit
* rm, mv
* reset
Branching and Merging Contexts
* branch
* merge
* cherry-pick
* log
Sharing and Updating Projects
* fetch, pull
* push
Inspection, Comparison and History
* log
* diff
Fixing History
* rebase
* revert