alias git-graph='git log --graph --full-history --all --color \
--pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'
➜ haha git:(sius) ✗ git-graph
* 1b37051 (HEAD -> sius) hehhef
* 9c519ea this is siys branch
* 6f4c647 (source) source branch added
* f0628d5 (master) master 分支添加