wm-logs/home/.gitconfig

28 lines
497 B
INI

[user]
name = yutent
email = yutent.io@gmail.com
[alias]
co = checkout
br = branch
ci = commit -m
st = status
last = log -1 HEAD
[credential]
helper = store
[core]
excludesfile = ~/.gitignore_global
[pull]
ff = only
[init]
defaultBranch = master
[https]
proxy = http://127.0.0.1:7890
[http]
proxy = http://127.0.0.1:7890
sslVerify = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
~~i3历险记~~, i3从入门到放弃, 转战bspwm
Shell 100%