Git Rebase

In the following scenario, the safest option is using git pull --rebase
or setting configuration by git config pull.rebase true
.
Analysis of the scenario
- Current state …
Tech
In the following scenario, the safest option is using git pull --rebase
or setting configuration by git config pull.rebase true
.