feling.net/_posts/2015-05-22-git-config.md

270 B

layout title categories tags
pages git 配置
装机必备
git

.gitconfig

[user]
	name = chenyan
	email = chenyan@feling.net
[alias]
	st = status
	co = checkout
[color]
	diff = auto
	status = auto
	branch = auto
[push]
	default = simple