[alias] co = checkout c = config --list b = branch d = diff --color ds = diff --stat --color s = status l = log --graph --pretty=format:'%C(yellow)%h%Creset%C(blue)%d%Creset %C(white bold)%s%Creset %C(white dim)(by %an %ar)%Creset' ls = log --summary --color --oneline remove = rm --cached --ignore-unmatch resetclean = git reset --hard HEAD && git clean -fdx