From bd6c74ff4c4d418ecb1823c2d56758ed049d377b Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 24 Apr 2020 17:18:10 -0700 Subject: [PATCH] git: lcg --- git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/config b/git/config index 883bc27..8675016 100644 --- a/git/config +++ b/git/config @@ -38,7 +38,8 @@ f = fetch fp = fetch --prune fixup = commit --amend --no-edit lag = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an%C(reset) %C(green)<%ar>%C(reset)' -lg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%cn%C(reset) %C(green)<%cr>%C(reset)' +lcg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%cn%C(reset) %C(green)<%cr>%C(reset)' +lg = lag mb = merge-base HEAD pushf = push --force-with-lease pushu = "!pushu() { git push --set-upstream \"${1:-origin}\" \"${2:-$(git bn)}\"; }; pushu"