init
clone
add
commit
branch
merge
status
diff
log
checkout
pull
push
radimklaska@rku:~ $ cat ~/.gitconfig
[user]
name = Radim Klaska
email = radim@klaska.net
[push]
default = simple
[alias]
st = status
co = checkout
mr = "merge --no-ff"
un = "reset --soft HEAD~"
unn = "reset --hard HEAD"
lg = "log --graph --full-history --all
--pretty=format:'%C(yellow)%h %Cgreen%cd
%Creset - %C(auto)%d%Creset %s %C(cyan)
[%aN %C(yellow)%ae%C(cyan)]%Creset'
--date=format:'%Y-%m-%d %H:%M:%S'"