keyboard_arrow_up

All Pages Tagged Git

Git Rebase

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

  1. Current state …