What are the advanced search methods of GitHub
Today, the editor will share with you the relevant knowledge points of GitHub's advanced search methods, which are detailed and logical. I believe most people still know too much about this knowledge, so share this article for your reference. I hope you can get something after reading this article. Let's take a look at it.
In:name Django
There is "Django" in the name
In:readme Django
There is "Django" in readme
In:description Django
"Django" in the description
Stars: > 1000
More than 1000 star projects related to Django
The above gives some specific methods for the use of advanced search syntax. Here is a summary of some syntax that we will use in our daily work:
There is "example" in the project name:
In:name example
There is "example" in the project readme:
In:readme example
There is "example" in the project description:
In:description example
Project star > 1000:
Stars: > 1000 keywords
Project fork > 1000:
Forks: > 1000 keywords
The project will be updated after September 1, 2019:
Pushed: > 2019-09-01 keyword
The project was created after January 3, 2019:
Created: > 2019-01-03 keyword
Projects written in Java:
Language:java keyword
To explicitly search the warehouse of a person or organization:
User:userName
User:userName language:java
Org:spring-cloud
These are all the contents of the article "what are the advanced search methods of GitHub". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to the industry information channel.