1
0
Fork 0

git: Force topological order in lg

This commit is contained in:
Jeremy Kaplan 2021-09-09 17:12:30 -07:00
commit ba1d7c691d

View file

@ -48,7 +48,7 @@ fp = fetch --prune
fixup = commit --amend --no-edit 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)' lag = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an%C(reset) %C(green)<%ar>%C(reset)'
lcg = 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 lg = lag --topo-order
mb = merge-base HEAD mb = merge-base HEAD
pushf = push --force-with-lease pushf = push --force-with-lease
pushu = "!pushu() { git push --set-upstream \"${1:-origin}\" \"${2:-$(git bn)}\"; }; pushu" pushu = "!pushu() { git push --set-upstream \"${1:-origin}\" \"${2:-$(git bn)}\"; }; pushu"