1. change codes in local repository
  1. Commit to git

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a8625dd5-98a3-4b41-b80b-a5b9e6e15433/Untitled.png

It is not applied to remote repository yet.

So, how to apply to remote repository?

you need to "PUSH" it.

  1. push to remote repository
  1. check on GitHub page

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cbda9f31-807b-4957-9eec-d9383587dd8c/Untitled.png

The reason "README.md" is shown is when the file name is "README", GitHub shows it directly.

usually people write the important informations in README file.