Git Command Not Functioning Properly

Resolved 💬 2 comments Opened Feb 28, 2025 by centexmsp Closed May 6, 2025

Bug Description
git not working

Environment Info

  • Platform: linux
  • Terminal: gnome-terminal
  • Version: 0.2.27
  • Feedback ID: 11bbd722-e3ec-447e-be46-8530eef6621e

Bug report summary:

Git tracking issue when attempting to commit changes:

  1. Files are visible in the filesystem and appear properly created
  2. git ls-files shows these files are actually tracked in Git already
  3. However, attempting to add/commit these files fails with Git not acknowledging them
  4. git status doesn't show these files as modified or staged
  5. Even forcing with git add -f has no effect

This suggests the files are already in Git but in an unusual state - possibly already committed in a previous transaction, or affected by a
Git feature like assume-unchanged or sparse-checkout.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗