I have 2 questions about GitHub:
- How can I pin the project to the main page on my GitHub ?
- If I add
README.md
from my computer to my repo on GitHub, will it be automatically displayed as aREADME
or should I createREADME
directly on GitHub?
I have 2 questions about GitHub:
README.md
from my computer to my repo on GitHub, will it be automatically displayed as a README
or should I create README
directly on GitHub?
You can take advantage of the item pinning feature available at your GitHub profile page:
You can create a
README.md
in your local repository, but you will have to add, commit and push it in order to appear as "README.ld
" in your remote repository.See an example in my project
VonC/gtarsum
.