Other accounts:

@subignition (dead?)
@subignition

  • 0 posts
  • 33 comments
Joined 3 years ago
Cake day: November 1st, 2023
  • That’s definitely fair, creating a repository in a non-empty directory could definitely suggest auto-committing the current state if it doesn’t already. I don’t use VSCode so I wouldn’t know.

    Although now that I think about it, that could have been the intention here but not automatic, if that’s why 5k+ files were staged without the user explicitly staging them. Extra tragic if that’s the case.

  • It’s changes from the prior commit in the repository, which, if they had not committed anything prior, would have been an empty directory.

    This is perhaps a good lesson in teaching version control as its own concept rather than “streamlining it” by bundling it with an editor.