From 2e7d62ff8b4d72ff41c8a8171046fa4a5f4766a0 Mon Sep 17 00:00:00 2001 From: git Date: Sat, 23 Mar 2019 23:27:15 +0100 Subject: [PATCH] GITOLITE.txt --- GITOLITE.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/GITOLITE.txt b/GITOLITE.txt index 855d4f4..5255e58 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