1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Add git pushall alias

This commit is contained in:
Joe Groocock 2017-11-15 23:49:09 +00:00
parent bb835a8356
commit 4f6330e7a0
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -2,13 +2,13 @@
name = Joe Groocock
email = frebib@gmail.com
signingkey = CFBB6A86
[commit]
gpgsign = true
[color]
ui = auto
[alias]
verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
pushall = !git remote | xargs -L1 git push
[rebase]
autoStash = true
[push]