Можно почитать общий хелп:
https://gist.github.com/mathiasverraes/1337397

Windows: чтобы работали shortcut-ы, нужно Windows, в файле
"<путь к git>\etc\gitconfig"
добавить следующие строки:

[alias]
	st = status
	ci = commit
	br = branch
	co = checkout
	df = diff
	ds = diff --staged
	lg = log -p
	lol = log --graph --decorate --pretty=oneline --abbrev-commit
	lola = log --graph --decorate --pretty=oneline --abbrev-commit --all --date=local
	ls = ls-files
	unstage = reset HEAD
	type = cat-file -t
	dump = cat-file -p
	ign = ls-files -o -i --exclude-standard