简体   繁体   中英

Main page on Github?

I have 2 questions about GitHub:

  1. How can I pin the project to the main page on my GitHub ?
  2. If I add 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 pin a public repository if you own the repository or you've made contributions to the repository.
In the " Popular repositories " or " Pinned " section, click Customize your pins .

https://docs.github.com/assets/images/help/profile/select-items-to-pin.png

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM