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
Problem:
the fix which closed #16 , uses GIT_PREVIOUS_SUCCESSFUL_COMMIT but this check may fail if a user used git push --force and rewrote some commits
Possible solution:
instead "if () {} else {}" use "try {} catch {}" construction
The text was updated successfully, but these errors were encountered:
Problem:
the fix which closed #16 , uses GIT_PREVIOUS_SUCCESSFUL_COMMIT but this check may fail if a user used
git push --force
and rewrote some commitsPossible solution:
instead "if () {} else {}" use "try {} catch {}" construction
The text was updated successfully, but these errors were encountered: