4
I created a gitignore file on Windows, so that some unnecessary files are not uploaded to Github. However, this file is with the extension ". txt" (gitignore.txt
). I want to leave you only as .gitignore
.
How can I do this ? Is there any possibility to rename it from the command line?
Thank you manage to resolve,.
– HashMap
I don’t know if you noticed but the answer you accepted is not completely correct: Via explorer you can delete the extension but it is not possible to put the
.
to the left of the name.– ramaral
wrong mark , sorry.
– HashMap
I also found a command here in the git terminal itself this: mv .gitigonre.txt . gitignore
– HashMap