Is it possible to do a Git Pull –rebase with Visual Studio git tools (and can it be set by default)

In VS2017 you can use built-in feature to change git settings for rebase: go to Team Explorer -> Home -> Settings -> Global Settings or Repository Settings -> set Rebase local branch when pulling: True (screenshot)

Leave a Comment