Git alias

Location – Windows:

C:\Users\Username\.gitconfig

Location – Mac:

nano ~/.gitconfig

Some useful shortcuts… :)

[alias]
	co = checkout
	ci = commit
	st = status
	br = branch
	hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
	type = cat-file -t
	dump = cat-file -p