git co
=>git checkout
git ci
=>git commit
git st
=>git status
git br
=>git branch
git hist
Show oneline history in lessgit shist
Show oneline history but only 5 entriesgit type
=>git cat-file -t
git dump
=>cat-file -p
git alias
show all git aliasesgit dwp
discard local changes in patch modegit a
=>git add
git ap
git add
in patch modegit ls-au
=>git ! git ls-files -v | grep '^[[:lower:]]'
git pu
=>git push
git pl
=>git pull
git rb
=>git rebase
git lb
show list of last checkouted branchesgit plf
git pull
but only allow fast forwardgit plrb
git pull
but rebase instead of merginggit sh
=>git stash
git diff-last-merge
=>git ! git diff
git log --merges -n1 --pretty=format:"%p" | awk '{ print $2 }'``git unfuck
abort merge and rebasegit f
=>git fetch
git sub
=>git submodule
ll
ls with long listing formatla
likell
but show also entries starting with .l
same asll
lll
showll
result inless
lal
showla
result inless