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:
parent
bb835a8356
commit
4f6330e7a0
@ -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
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user