Home > Enterprise >  How do I make my repository show python symbol?
How do I make my repository show python symbol?

Time:02-03

How do I get my repository to show the python symbol like the below?

enter image description here

CodePudding user response:

At the beginning, you must commit and push your project to your repo. Most of your project must consist of python. GitHub will automatically assign the symbol to your repository.

  • Related