aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 1aa8898..23f3f27 100644
--- a/gitconfig
+++ b/gitconfig
@@ -45,6 +45,7 @@
dump = cat-file -p
please = push --force-with-lease
supdate = submodule update --init --recursive
+ ffetch = fetch --all --prune
fclean = "!git clean -xdff && git submodule foreach git clean -xdff && :"
cleanup = "!git branch --merged HEAD --format=\"%(refname:lstrip=2)\" | grep -vx master | xargs git branch -d"
[sendemail]