$ cat ~/.gitconfig
[user]
name = XXX
email = XXX
[alias]
co=checkout
ci=commit
st=status
pl=pull
ps=push
dt=difftool
ca=commit -am
b=branch
转载于:https://www.cnblogs.com/eat-too-much/p/11087104.html
$ cat ~/.gitconfig
[user]
name = XXX
email = XXX
[alias]
co=checkout
ci=commit
st=status
pl=pull
ps=push
dt=difftool
ca=commit -am
b=branch
转载于:https://www.cnblogs.com/eat-too-much/p/11087104.html