Forum Discussion
iraz091150
Dec 22, 2023Copper Contributor
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?
- malikamit30Copper ContributorIf 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