14 lines
327 B
INI
Executable File
14 lines
327 B
INI
Executable File
[user]
|
|
name = Alexander Hosking
|
|
email = alexander@ahosking.com
|
|
[push]
|
|
default = simple
|
|
[rebase]
|
|
autostash = true
|
|
[core]
|
|
editor = vim
|
|
[credential]
|
|
helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
|
|
[alias]
|
|
pushall = !git remote | xargs -L1 git push --all
|