I'm migrating from code version, I previously used Mecurial SCM and now I'll be using GIT, the problem is that Mercurial creates the file .hgignore
to host the list of ignored files but when trying to rename it to maintain its equivalent in git and have the .gitignore
send me the error:
You must type a file name (You must enter a valid file name)
Is there a way to rename the file .hgignore
and change it to .gitignore
?
Note: I hope to find a solution that does not involve installing any tool or developing any type of application and the file system is Windows.