From 8a15abd0251fb4d1c2a5d6c067244c85928ad6a0 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 16 Jun 2015 13:17:27 +0200 Subject: [PATCH] added update-sub alias to gitconfig --- gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 32ff69f..b078004 100644 --- a/gitconfig +++ b/gitconfig @@ -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 --