Any advanced git commands like amending will cause Git to enter a infinite loop state since it cannot invoke the editor. In Codespaces, this automatically opens a new tab in VSCode.
Hey there 👋 Thanks for reporting this issue. We currently don't support --amend but are already tracking this internally. It's strange that it didn't throw. We'll keep you posted if there's progress.
Describe the bug
Any advanced git commands like amending will cause Git to enter a infinite loop state since it cannot invoke the editor. In Codespaces, this automatically opens a new tab in VSCode.
Link to the blitz that caused the error
https://stackblitz.com/~/github.com/sr229/metastruct-experiments
Steps to reproduce
Run the following commands:
Expected behavior
Open a new tab or a CLI text editor
Parity with Local
Screenshots
Platform
Additional context
No response