diff options
author | Alan Pearce | 2018-06-11 09:00:01 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-11 09:00:01 +0200 |
commit | 0ccca7a2a44f7e5845df2a5e7b272f25aa85a804 (patch) | |
tree | 76d9b2d9f7fde97c4132a0cba696bdc54a0611ad /git | |
parent | 6c1e7ace6f265f11ae88ea4d8e664d12e22d3aef (diff) | |
download | dotfiles-0ccca7a2a44f7e5845df2a5e7b272f25aa85a804.tar.lz dotfiles-0ccca7a2a44f7e5845df2a5e7b272f25aa85a804.tar.zst dotfiles-0ccca7a2a44f7e5845df2a5e7b272f25aa85a804.zip |
git: Remove some aliases included in git-extras
Diffstat (limited to 'git')
-rw-r--r-- | git/.config/git/config | 3 |
1 files changed, 0 insertions, 3 deletions
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 |