added update-sub alias to gitconfig
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold cyan)- %an%C(reset)%C(bold yellow)%d%C(reset)'
|
||||
lgc = log ORIG_HEAD.. --stat --no-merges
|
||||
lgp = log --pretty=format:'%Cred%h%Creset -- %cn, %cr\t%Cgreen%s%Creset'
|
||||
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||
mnc = merge --no-commit
|
||||
oneline = log --oneline --decorate
|
||||
repourl = config --get remote.origin.url
|
||||
@@ -17,8 +19,7 @@
|
||||
tags = for-each-ref --sort='*authordate' --format='%(tag)' refs/tags
|
||||
undo = reset --soft HEAD^
|
||||
unpushed = cherry -v
|
||||
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||
update-sub = submodule foreach git pull
|
||||
wdiff = diff --color-words
|
||||
whatrelease = name-rev --name-only
|
||||
who = shortlog -s --
|
||||
|
Reference in New Issue
Block a user