update .gitconfig: add pushall alias
This commit is contained in:
parent
8b450f17f7
commit
92f032a2f8
@ -21,6 +21,7 @@
|
||||
[alias]
|
||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||
today = log --since=midnight --author='Roberto Bonvallet' --oneline
|
||||
pushall = !git remote | xargs -L1 git push --all
|
||||
s = status
|
||||
a = add --all
|
||||
cm = commit -m
|
||||
|
Loading…
x
Reference in New Issue
Block a user