-
I have added |
Beta Was this translation helpful? Give feedback.
Answered by
Vinzent03
Jan 18, 2024
Replies: 1 comment
-
Yes it does, but when you want to ignore a file that's already committed, you have to manually remove the file from the index with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RedwanFox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes it does, but when you want to ignore a file that's already committed, you have to manually remove the file from the index with
git rm --cached <file>