Divergent Branches After git pull
About
hint: You have divergent branches and need to specify how to reconcile them.
fatal: Need to specify how to reconcile divergent branches.When Does This Happen?
+ abc123...def456 feature/xyz -> origin/feature/xyz (forced update)How to Fix ?
Option 1: Merge Strategy
Option 2: Rebase Strategy
Option 3: Fast-Forward Only
One-Time Fix Without Changing Config
Permanent Solution
When We Don't Care About Local Changes
Last updated