I've had a lot of luck with CAME https://arxiv.org/abs/2307.02047
Uh, `git reset --hard` doesn't just unstage, it unstages and rolls back all tracked files to `HEAD`... If you just want to unstage, that's what `git reset --soft` is for...
I've had a lot of luck with CAME https://arxiv.org/abs/2307.02047
Uh, `git reset --hard` doesn't just unstage, it unstages and rolls back all tracked files to `HEAD`... If you just want to unstage, that's what `git reset --soft` is for...