git使用配置

git配置

配置文件 ”~/.gitconfig“

1
2
3
4
5
6
7
8
9
10
[user]
email = zhoubofsy@hotmail.com
name = zhoubofsy
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[http]
proxy = http://127.0.0.1:8087
sslverify = false
[https]
proxy = http://127.0.0.1:8087