# vim:ft=gitconfig [push] autoSetupRemote = true default = current [user] name = {{ .git_name }} email = {{ .git_email }} [alias] staash = stash --all trueblame = blame -w -C -C -C wdiff = diff --word-diff fpush = push --force-with-lease sdiff = diff --staged [rerere] enabled = true autoUpdate = true [branch] sort = committerdate {{ if eq .chezmoi.os "windows" -}} [credential "https://github.com"] helper = helper = !'C:\\Users\\muftei\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential [credential "https://gist.github.com"] helper = helper = !'C:\\Users\\muftei\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential {{ end -}}