basic outline
This commit is contained in:
commit
771f93c5c8
33
NOTES
Normal file
33
NOTES
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user