-
Notifications
You must be signed in to change notification settings - Fork 6
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
[BUG] renaming study / assay conflicts with commit reset #205
Comments
tested with 2b23c92 |
This is expected behavior. Git reset does only restore all tracked files form a specific commit to the state of that commit. Other untracked files (for example those generated by copies) are not deleted by git. We could offer the following feature: a one button solution that deletes the entire ARC and performs a fresh clone. Then the ARC is completely reset to the state of the remote repo. HOWEVER: Any local commits not pushed to the remote will be lost plus all untracked files. So I do not know if this does more harm than good. |
@Brilator I suggest the following feature: if users click on the Reset button they will be presented with a dialog in which they can choose from the following options:
Should I add this? |
Sounds good to me |
For |
Feature added in dfb05aa |
git reset --hard
)The text was updated successfully, but these errors were encountered: