本文地址: https://www.cnblogs.com/veinyin/p/14917033.html
以下配置仅适用于笔者,在此处记录备份用
1. vi ~/.gitconfig
2. 将下面别名 copy 进去后保存,lg = log --graph --all 很重要,可以查看所有分支的提交情况
[alias] st = status co = checkout ci = commit -m # msg br = branch f = fetch -p po = push origin # branch name cb = checkout -b # + branch name lg = log --graph --all