Skip to content

Added push option to local branches in web UI #263

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 4 commits into from
Jun 30, 2023

Conversation

isc-pbarton
Copy link
Collaborator

Resolves #253
Clicking the Push option will run "git push -u origin ".

For the current branch:
image

For any other branch:
image

@isc-pbarton isc-pbarton requested a review from isc-tleavitt June 14, 2023 17:34
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.

I don't think the button should show up unless there's something to push. That said, happy to defer that enhancement.

Also, please be sure to update changelog.md for each PR (and possibly module.xml depending on the nature of the change - bumping minor version for enhancements, which this is). If you review/approve #260 first and merge that in it'll be less work sorting out conflicts. ;)

@isc-pbarton isc-pbarton requested a review from isc-tleavitt June 21, 2023 16:00
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.

@isc-pbarton I tacked on one change to get semver right. "Added" -> minor version bump. (And for future reference, no need to bump the patch version for fixes on an unreleased version.)

@isc-tleavitt isc-tleavitt merged commit d32163b into intersystems:main Jun 30, 2023
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.

Add push button to Git Ui
2 participants