因為真的頗不習慣檔案總管打開是最近常用的檔案
由於與 win7 的方式不一樣,就來記錄個OuO
vim .gitconfig
[alias] aa = add --all st = status graph = log --pretty=oneline --decorate --graph lg = log --color --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --就完成啦