update .gitconfig: add pushall alias

This commit is contained in:
Yuan Chiu 2025-04-24 07:46:30 +08:00
parent 8b450f17f7
commit 92f032a2f8

View File

@ -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