git: lcg
This commit is contained in:
parent
6249474c49
commit
bd6c74ff4c
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue