Update gitconfig: git_pushmulti

This commit is contained in:
2025-04-24 11:10:12 +08:00
parent a6e2aa616c
commit 00e4707b25
3 changed files with 68 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
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
pushmulti = !git-pushmulti
s = status
a = add --all
cm = commit -m