You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its not really an issue, its the correct behaviour of git, but it prevents a sync.
When you push a new branch and later you rebase it and make a force push to your "SOURCE_REPO", than the sync must be also make a force push, otherwise the push will be rejected.
So it would be great if there are an option to force push instead of plain push in the sync() method.
So user can decide if he needs force push or not.
The text was updated successfully, but these errors were encountered:
stefan1242
changed the title
Sync fails (when rebasing branch)
Sync fails (when rebasing and force pushing branch)
Mar 9, 2022
Hi guys!
Its not really an issue, its the correct behaviour of git, but it prevents a sync.
When you push a new branch and later you rebase it and make a force push to your "SOURCE_REPO", than the sync must be also make a force push, otherwise the push will be rejected.
So it would be great if there are an option to force push instead of plain push in the sync() method.
So user can decide if he needs force push or not.
The text was updated successfully, but these errors were encountered: