configure SourceTree to perform git rebase by default
Posted by jpluimers on 2017/01/23
There is a great description for Windows users at: the urban canuk, eh: Configure SourceTree to Rebase by default
Note that this is a global setting for git (which you can override each time you do a pull). So there is no way to differentiate this by repository.
The screenshots for Mac OS X users to configure SourceTree to perform git rebase by default are these:
In the SourceTree menu, click Preferences:
- On git “Git” tab, ensure “Use rebase instead of merge by default for tracked branches” is checked:
–jeroen








Leave a comment