X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=8b2f47915e05fc1843e6e248ded629be72f48c41;hb=32770092f5921b28003aed3cf4f40e893415f989;hp=66db0bdc97d085df47c36d6ba06e7b2301396b2d;hpb=1d9311cbfa743a494a85dcc28bf87d6c00fa4b58;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 66db0bd..8b2f479 100644 --- a/.gitconfig +++ b/.gitconfig @@ -136,6 +136,8 @@ unassume-all = "!git assumed | xargs git update-index --no-assume-unchanged" assumed = !"git ls-files -v | grep ^h | cut -c 3-" + stashes = stash list + branches = branch --all ca = commit --all cv = commit --verbose @@ -150,7 +152,7 @@ file = cat-file -t type = cat-file -t ff = merge --ff-only - git = !git + git = !exec git l1 = log --decorate --oneline l5 = log --decorate -5 ld = log --decorate @@ -176,6 +178,9 @@ sw = show --word-diff --decorate unstage = reset HEAD -- + pr = "!f() { git fetch ${2:-upstream} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f" + clean-pr = "!git checkout master ; git for-each-ref refs/heads/pr/* --format=\"%(refname)\" | while read ref ; do branch=${ref#refs/heads/} ; git branch -D $branch ; done" + [branch] autosetuprebase = always