【转载】使用Github的高级搜索功能

2016-07-26  本文已影响312人  superboy_camel

1. 首先,提供Github高级搜索帮助页面https://help.github.com/categories/search/

2. 搜索语法https://help.github.com/articles/search-syntax/

比方说,你要搜索心数大于一定数目的开源代码,你可以像下面这样子来操作.

搜索某个时间段之后创建出来的代码.

获取星星数目介于某段区域

设置语言限制的搜索:

一套完整的搜索流程:

Omit quotation marks and spaces in queries

If you prefer a more compact notation, you can omit the quotations and the spaces for any of these criteria. Quotations need to be included only if the query contains whitespace. For example:

cats stars:>10

cats created:2012-04-30..2012-07-04

cats NOT "hello world"

3. 如果是在还是不会用-_-!!!,亲,你可以试试高级搜索页面:https://github.com/search/advanced

你在填写的时候,上面自动出现了匹配的语法格式,是不是很简单^_^!

上一篇下一篇

猜你喜欢

热点阅读