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 git support to utilize stashing to manage ephemeral reference changes #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SmeeK153
Copy link

Added steps to utilize git stash if the underlying solution is in git control in order to stash any changes made before switching references, and restore those changes after switching the references back in order to leave a more sanitized environment after toggling the references.

@RicoSuter
Copy link
Owner

Maybe we should put this behind an option (ie checkbox in the ui) so that the extension also works for users without git?

@SmeeK153
Copy link
Author

I think that is definitely a much better way to go; assuming less about what the default behavior should be for the user.

@SmeeK153
Copy link
Author

SmeeK153 commented Jun 3, 2018

@RSuter, take a look and let me know what you think of the check I added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants