saisree44 / Portfolio

0 stars 0 forks source link

branches behind the main after every push #3

Closed saisree44 closed 2 hours ago

saisree44 commented 2 hours ago

After pushing from a branch to the main, the branch is being 1 commit behind the main.

saisree44 commented 2 hours ago

Follow these steps after every merge to the main branch to overcome this issue: git fetch origin --> git rebase origin/main --> git push origin sai_remote