From 0ccca7a2a44f7e5845df2a5e7b272f25aa85a804 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 11 Jun 2018 09:00:01 +0200 Subject: git: Remove some aliases included in git-extras --- git/.config/git/config | 3 --- 1 file changed, 3 deletions(-) (limited to 'git/.config') diff --git a/git/.config/git/config b/git/.config/git/config index 4e5d032..16bc699 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -20,10 +20,7 @@ lasttag = "!sh -c 'git tag --sort=taggerdate | tail -n1'" pending = "!sh -c 'git log --oneline --merges --grep=\"Merge pull request\" ...$(git lasttag)'" lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' - standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author Alan ignored = ls-files --others -i --exclude-standard - pr = pull-request - delete-merged = "!sh -c 'git branch --merged | grep -v "\\*" | grep -v master | grep -v dev | xargs -n 1 git branch -d'" bump = !bmpr [github] user = alanpearce -- cgit 1.4.1