From 92f032a2f87e5e172cbd386c83d5d85c07c1e4b6 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Thu, 24 Apr 2025 07:46:30 +0800 Subject: [PATCH] update .gitconfig: add pushall alias --- dot_gitconfig.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 8c2edfd..5e530c6 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -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