Skip to content
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

Add local changes options to branch checkout #98

Closed
wants to merge 1 commit into from

Conversation

bogomolets-owl
Copy link
Contributor

Hello!

This pull request adds the local changes aware branch checkout.
One of three behaviours can be selected: stash and reapply after checkout, discard changes or leave them as is (previous behaviour).

I copied zh_CN translations from similar texts, but they should be checked carefully - i have zero knowlege of the language.

Best regasrds, Alexander Bogomolets.

This commit adds the local changes handling behavior for branch checkout.
One of three can be selected: stash and reapply after checkout, discard changes or leave them as is (previous behaviour)
@love-linger love-linger self-assigned this Apr 29, 2024
@love-linger love-linger added the enhancement New feature or request label Apr 29, 2024
love-linger added a commit that referenced this pull request Apr 29, 2024
* remove the `Leave` option (it may lead to an undefined behaviour), so user can only choose `Stash & reapply` or `Discard`.
* re-design the UI
* remove unused resources
@love-linger
Copy link
Collaborator

I've manually merged this PR. You can checkout the latest branch develop to see the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants