Created
July 19, 2024 07:55
-
-
Save camrail/8a69b7415335b7152fd3d9ca0ebbe5a5 to your computer and use it in GitHub Desktop.
Remove popular repositories from Github Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def remove_popular_repositories_from_github_profile(): | |
| """Github has a 'popular repositories' section on profile | |
| for which if your profile is mostly private shows a very | |
| random list of repos. This file makes that go away. """ | |
| pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment