Home > Enterprise >  Github does not reflect the newly created repo as a github profile
Github does not reflect the newly created repo as a github profile

Time:12-28

I created a brand new account on Github and for some reason my profile is not getting reflected.

After initializing the repository, I tried pulling and pushing multiple times.

All I see is the newly created repository but not my profile.

CodePudding user response:

The trick here is to name the repository as same as your GitHub user name. GitHub will automatically add it as a profile READ-ME once you you push it from your local repository.

  • Related