-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add option for where to force push #31
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is not backwards compatible. Perhaps negate the logic?
@@ -6,6 +6,7 @@ SOURCE_REPO=$1 | |||
SOURCE_BRANCH=$2 | |||
DESTINATION_REPO=$3 | |||
DESTINATION_BRANCH=$4 | |||
DESTINATION_FORCE_PUSH=$5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This variable is unused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes should make the PR backwards-compatible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These above changes should make the PR backwards-compatible.
Co-authored-by: Roy Ivy III <[email protected]>
Co-authored-by: Roy Ivy III <[email protected]>
No description provided.