This is a draft cheat sheet. It is a work in progress and is not finished yet.
Create
init |
[-p] no verbose except error |
clone <url> [new-dir] |
log
--oneline |
one line for one commit |
--stat |
display commits with statistics |
-p | --patch |
displays actual changes |
<id> |
starts from given SHA |
-n <count> |
display number of commits |
-w |
ignores whitespace |
git log [--oneline] [--stat] [-p | --patch]
log (copy)
--oneline |
one line for one commit |
--stat |
display commits with statistics |
-p | --patch |
displays actual changes |
<id> |
starts from given SHA |
-n <count> |
display number of commits |
-w |
ignores whitespace |
git log [--oneline] [--stat] [-p | --patch]
|
|
|