From 5d1b567388723ff5a51307cb944cef37743f8bc0 Mon Sep 17 00:00:00 2001 From: git Date: Sat, 23 Mar 2019 23:27:22 +0100 Subject: [PATCH] GITOLITE.txt --- GITOLITE.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/GITOLITE.txt b/GITOLITE.txt index 47cf2b0..7bbf1be 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