What does "the current branch is out of date" mean

what does “the current branch is out of date” mean

@RajivKumar12

It would be great if you provide the screenshots of the issue for better understanding

for this issue, if you are using GIT integration then check below for your reference

Hope this helps you

Thanks

This means that the local repository is not synchronized with the remote one.

  • Click the Overwrite remote content button to push the local versions of files to the remote repository and overwrite the files there.

  • Click the Pull (rebase) button to pull the remote files and rebase the current branch.

  • Click the Cancel button to discard the whole operation.

I did this once Overwrite remote content and I lost all the other folders I had in the Master Branch.

It seems to me a procedure to be done carefully.

Thanks

1 Like