Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display ALL of the repositories im working on in my github profile?

I am trying to display all of my github repositories so that when an employer enter my profile he can see all my previous projects, including those i was a collaborator in.

I know that there are pinned repositories, but it's limited to only 6 repositories. Is there any way to make all of my repositories be displayed in the same way? or in the same way that my repositories are being displayed on my dashboard?

like image 305
Daniel Avatar asked Oct 23 '25 07:10

Daniel


1 Answers

An alternative would be to use your GitHub Secret Repository. You just need to create a repository using your username including a README.md, and it'll be displayed on your profile page. You can use this to list all the repositories you want.

https://dev.to/puf17640/github-secret-add-a-readme-to-your-profile-25j1

like image 189
wintercounter Avatar answered Oct 26 '25 06:10

wintercounter