git: Force topological order in lg
This commit is contained in:
parent
e2adf59f4a
commit
ba1d7c691d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue