gitconfig: add new alias `pushall`
Prithu Goswami pg@prithu.dev
Thu, 30 Dec 2021 00:10:38 +0530
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
home/.gitconfig
→
home/.gitconfig
@@ -9,6 +9,7 @@ lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1" sra = !"git log --format=%H -n 10 --all | xargs git show" sr = !"git log --format=%H -n 10 | xargs git show" + pushall = !"git remote | xargs -L1 git push" st = status --short ci = commit ca = commit --amend