all repos — dotfiles @ 6918d85c57bf01ce42e4aff29ffffef3ebd3f79d

linux dotfiles

gitconfig: add new alias `pushall`
Prithu Goswami pg@prithu.dev
Thu, 30 Dec 2021 00:10:38 +0530
commit

6918d85c57bf01ce42e4aff29ffffef3ebd3f79d

parent

49ed2f7b94273dbaef4f7fe6a9783f4ff260d03f

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M home/.gitconfighome/.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