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