dotfiles/git/.gitconfig

14 lines
327 B
INI
Raw Permalink Normal View History

2017-02-27 06:49:09 +00:00
[user]
name = Alexander Hosking
email = alexander@ahosking.com
[push]
default = simple
[rebase]
autostash = true
[core]
editor = vim
2022-12-31 03:51:31 +00:00
[credential]
helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
[alias]
pushall = !git remote | xargs -L1 git push --all