From e1f89f38eb0e8fb0e7bd7d708b20a6a213a4fecd Mon Sep 17 00:00:00 2001 From: git 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 89afb0e..3b70836 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