Possible Duplicate:
git rm file name with space
I have a Git repository and I'm trying to delete a file but it has a single quote (or apostrophe) ('
) in the filename.
For example, git'hub.txt
Each time I try to delete the file I type:
git rm git'hub.txt
it goes
git rm git'hub.txt
>
waiting until I end it with another '
.
Is there a way to delete this file without it doing that?