Add git creds and pushall alias
This commit is contained in:
parent
af51c93b1e
commit
dec8264a07
@ -7,3 +7,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user