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

git undo enhancements #109

Open
2 of 4 tasks
arxanas opened this issue Sep 30, 2021 · 0 comments
Open
2 of 4 tasks

git undo enhancements #109

arxanas opened this issue Sep 30, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@arxanas
Copy link
Owner

arxanas commented Sep 30, 2021

  • Add non-interactive mode as the default. This would just undo the last operation, which is the most common case. It's also a lot simpler to demo.
  • Include the git command that was being run as part of the transaction.
  • Include some UI controls to handle going back and forth, and don't just rely on the keyboard.
  • Checkout operations don't use the standard progress reporting mechanism, so it might appear that git undo is hanging when it's doing a long checkout operation.
@arxanas arxanas added the enhancement New feature or request label Oct 18, 2021
@arxanas arxanas added the good first issue Good for newcomers label Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant