add pushall to push to all available remotes

This commit is contained in:
Paul Trowbridge 2021-05-27 14:45:31 -04:00
parent bef3880e68
commit 376a0f099b

View File

@ -8,6 +8,7 @@
default = simple default = simple
[alias] [alias]
quick-stats = ! /usr/local/bin/git-quick-stats quick-stats = ! /usr/local/bin/git-quick-stats
pushall = !git remote | xargs -L1 git push
[log] [log]
date = format:%Y-%m-%d %H:%M:%S date = format:%Y-%m-%d %H:%M:%S
[format] [format]