Answer the question
In order to leave comments, you need to log in
How to remove a file with a Cyrillic character from a commit?
Accidentally, the Cyrillic character "c" got into the name of the import_1c.csv file (the file was called import.csv, it was copied and renamed). Because the file was in an ignored folder, added it to the commit with the command git add -f import_1c.csv after that, the import_1\321\201.csv file began to be displayed in git status (i.e. instead of the Cyrillic letter "c" this code is \321\201 ) and git rm doesn't see it. Attempts to simply demolish the file do not work. What to do? Can I somehow remove it from a commit that has not yet been committed?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question