Skip to content

Commit

Permalink
Add git pull.rebase config
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Aug 3, 2020
1 parent 66b6b1f commit 06949c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fresh_install/brew_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ main() {
|| execute "brew install $formula" "brew install $formula"
done

# Set Git reconciliation to merge (the default strategy)
git config --global pull.rebase false

# Install diff-highlight module and set it as default pager
make -C $(brew --prefix git)/share/git-core/contrib/diff-highlight
ln -sf "$(brew --prefix git)/share/git-core/contrib/diff-highlight/diff-highlight" /usr/local/bin/diff-highlight
Expand Down

0 comments on commit 06949c7

Please sign in to comment.