1
0
Fork 0
This commit is contained in:
Jeremy Kaplan 2020-04-24 17:18:10 -07:00
commit bd6c74ff4c

View file

@ -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"