Forum Discussion

iraz091150's avatar
iraz091150
Copper Contributor
Dec 22, 2023

How would you fix this situation?

The adf_publish branch shows several 1000s commit behind and 100s commits ahead. Do you think if i would disconnect the repo and reconnect it. Would that fix this issue.

Everything looks working and ok in ADF but i am just curious how can this happen?

 

  • malikamit30's avatar
    malikamit30
    Copper Contributor
    If pulling doesn't work and you want to update your local branch with the changes from the remote branch, you can fetch the changes and then rebase your branch onto the remote branch. bash git fetch origin adf_publish git rebase origin/adf_publish

Resources