From b7c46e71b0809a78d2ec3c33c732041aafe84e84 Mon Sep 17 00:00:00 2001 From: Tim Kelly Date: Tue, 27 Oct 2020 23:52:50 -0500 Subject: [PATCH] Update gitconfig aliases --- git/gitconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index 46a58ec..bdf4039 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -5,13 +5,10 @@ continue = rebase --continue dc = diff --cached di = diff - flog = log --oneline --graph --color --all --decorate - graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit l = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit - ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat peel = "!f() { git reset --soft HEAD^; git diff --staged --name-only | xargs git reset HEAD ;}; f" rc = checkout release_candidate - unstage = reset HEAD + unstage = reset HEAD -- wip = commit -am 'WIP' [color]