it was the work flow,
- Created my branch using checkout.
- Commit my changes on my branch 5 days ago.
- Edit some of it on same branch and commit (not merged, on review). Found that there is version set issue because someone merged changes on main branch 3 days ago.
- I need to keep working on same branch and need to commit. (Should be merged to main when review is approved) Before keep working on what should I do? should I do git pull origin mainline —rebase? on my branch? Cherry pick?