From 04b09e49671b5cf3061e4dd7d681666719b47304 Mon Sep 17 00:00:00 2001
From: git <git@git.somenet.org>
Date: Sat, 23 Mar 2019 23:27:23 +0100
Subject: [PATCH] GITOLITE.txt

---
 GITOLITE.txt | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/GITOLITE.txt b/GITOLITE.txt
index e59df9c..b79a79c 100644
--- a/GITOLITE.txt
+++ b/GITOLITE.txt
@@ -17,20 +17,21 @@ git config color.ui true
 git config color.diff.whitespace red reverse
 
 
+	# remove removed branches + tags.
+git config --global fetch.prune true
+git config --global fetch.pruneTags true
+
+
+
 ################
 # Use rebasing #
 ################
 git config --global branch.autosetuprebase always
-git config --global rebase.autoStash true
 git config --global rebase.stat true
-
-    # Make git rebase the master branch instead of merging in *ALL* your
-    # repos. (get rid of merge-commits when pulling)
-    # Useful if you didnt have branch.autosetuprebase set before cloning
-    # and want all your repos to rebase.
 git config --global branch.master.rebase true
 
 
+
 #################
 # WINDOWS USERS #
 #################
-- 
2.43.0