Part of Github operations

What I learned in Teacher Zhou Yang’s Shang Silicon Valley

Common phrases: watch will continue to receive updates on the project

                Fork copy a project to your Github repository

                star like

                 clone download the project to the local

                  follow Follow the authors you are interested in and receive their updates

1 Search within the project: After entering t, all java files will be displayed in the file directory.

Other shortcut operations https://help.github.com/en/articles/using-keyboard-shortcuts 

2 Position and display a line of code 

  1. #L number immediately after the address 
  2. The address is immediately followed by #L number-L number 2

https://github.com/codingXiaxw/seckill/blob/master/src/main/java/cn/codingxiaxw/dao/SeckillDao.java#L13

3 awesome enhanced search

awesome redis (project name) find recommended by github

4 stars or fork number keywords to find 

Formula 1 xxx keyword star wildcard:>

          2 Interval range number number 1.. number 2

eg: find redis projects with stars greater than or equal to 5000 redis stars :>=5000

5 in keywords to limit the search range (less used, xx in :name description readme)

6 Search for a big boss in a certain area location :region language :language

eg: location:beijing language:java

 

Guess you like

Origin blog.csdn.net/weixin_40728070/article/details/93341995