aboutsummaryrefslogtreecommitdiffstats
path: root/git/config
diff options
context:
space:
mode:
Diffstat (limited to 'git/config')
-rw-r--r--git/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/config b/git/config
index 31e5161..ee10020 100644
--- a/git/config
+++ b/git/config
@@ -8,6 +8,7 @@
br = branch
ci = commit --signoff
co = checkout
+ fe = fetch --all --prune
empty = !git init && git commit --allow-empty -m \"Initial commit\"
follow = log --oneline --follow --stat --summary --
last = log -1 HEAD