Add git creds and pushall alias

This commit is contained in:
Alexander Hosking 2022-12-30 22:51:31 -05:00
parent af51c93b1e
commit dec8264a07

View File

@ -7,3 +7,7 @@
autostash = true autostash = true
[core] [core]
editor = vim editor = vim
[credential]
helper = /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
[alias]
pushall = !git remote | xargs -L1 git push --all