It doesn’t work by default
How to configure Visual Studio to enable git rebase
Visual Studio doesn’t support the git rebase workflow by default. I’ll show you the required settings that need to be changed.
The git rebase strategy is commonly used in larger software development projects. One main…