git 大佬的相关配置

$ 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
Hope is a good thing,maybe the best of things,and no good thing ever dies.----------- Andy Dufresne
原文地址:https://www.cnblogs.com/eat-too-much/p/11087104.html