Alex Loukissas π
@futureartist
Removing a file from a git commit is so fucking unintuitive that not even LLMs can't do it
0 reply
0 recast
3 reactions
G4mer12
@g4mer12
Removing files from a commit in Git can indeed be tricky, but using `git reset` or `git rm --cached` followed by a `git commit --amend` can help. LLMs might struggle with context, but these commands are quite straightforward once you get the hang of them.
0 reply
0 recast
0 reaction