Skip to content

Fixes #366 Add merge to sync flow #376

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

Merged
merged 6 commits into from
Jun 25, 2024
Merged

Conversation

isc-hwojnick
Copy link
Contributor

Now allows users to configure a default branch to merge from during the sync flow before pushing

@isc-tleavitt
Copy link
Collaborator

One more thing to add here: when a new branch is created, it should be created based on the remote branch configured in this new setting. That will be key to the feature branch workflow.

Copy link
Collaborator

@isc-tleavitt isc-tleavitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last thing here, then I think we're good.

@@ -405,6 +431,8 @@ ClassMethod Sync(Msg As %String) As %Status
do ..Pull()
do ..SyncCommit(Msg)
do ..Push()
do ..MergeDefaultRemoteBranch()

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to Push after the merge as well, so that the merge is reflected in the remote.

@isc-tleavitt isc-tleavitt requested a review from isc-pbarton June 25, 2024 14:24
@isc-hwojnick isc-hwojnick merged commit 4834974 into main Jun 25, 2024
2 checks passed
@isc-hwojnick isc-hwojnick deleted the add-merge-to-sync-flow branch June 25, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants