From 1e7229efbfa7e1d534ebd230b8d66cf955ab7605 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 12 Sep 2015 20:54:15 +0100 Subject: [PATCH] Tidied aliases --- .gitconfig | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitconfig b/.gitconfig index f9e53c8..4ca58c0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -28,18 +28,11 @@ c = commit -v ca = commit --amend caa = commit --amend -a -C HEAD - cb = create-branch cl = clone co = checkout - db = delete-branch f = fetch g = grep --break --heading --line-number - lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit - # lol = log --graph --decorate --pretty=oneline --abbrev-commit - # lola = log --graph --decorate --pretty=oneline --abbrev-commit --all - ls = log --oneline --decorate - ll = log --numstat --decorate - pop = stash pop + lg = log --oneline --all --graph --decorate prb = pull --rebase ra = rebase --abort rc = rebase --continue