Files
dotfiles/git/dot-gitconfig
2026-02-10 14:50:15 +08:00

26 lines
394 B
Plaintext
Executable File

[user]
name = Rack Lin
email = racklin@gmail.com
[color]
diff = auto
status = auto
branch = auto
[alias]
zip = archive --format=zip HEAD
[branch "master"]
remote = origin
merge = master
[core]
excludesfile = ~/.gitignore_global
fileMode = false
ignorecase = false
editor = nvim
autocrlf = true
[github]
user = racklin@gmail.com
[ghq]
root = ~/ghq
[init]
defaultBranch = master