Github README.md and readme.md - how to delete one?

ljgww picture ljgww · Aug 26, 2012 · Viewed 17.5k times · Source

Somehow I endup with having README.md and readme.md on github. Now these two influence each other so my GitHub.app gets completely confused. Github web site do not have any file delete function.

How to delete one of these files?

Answer

ThiefMaster picture ThiefMaster · Aug 26, 2012

Simply delete one of the files and commit the deletion.

$ git rm readme.md
$ git commit
$ git push