Files
dotfiles/.gitconfig
2024-08-23 20:14:53 +03:00

17 lines
329 B
INI

[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[user]
name = Kyren223
email = ulmliad223@gmail.com
[init]
defaultBranch = master
[core]
editor = nvim
pager = nvimpager
[pull]
rebase = true