How to use OpenGrok with github?

An advanced GitHub search is fine, but OpenGrok has some desirable features.

To use OpenGrok with the GitHub repository, I have to:

  • Set up your own OpenGrok server
  • Clone various repositories
  • Schedule to keep up to date

Or is there another way?

+6
source share
2 answers

This is a general idea, but:

2 / must be a complete clone:

git clone --mirror https://github.com/user/repo 

3 / can be caused by the web host : if you listen to the useful JSON information that they generate, you can only pull out where there is a click on the GitHub repository and return to the OpenGrok server.

Note: you can exclude pull refs ( refs/pull/{id} ), that is, pull requests that GitHub saves in its Git repository.

+3
source

There is a new service that you can try

www.insight.io

it provides the intelligence of an IDE code and allows you to import directly from github. It is also based on websites, so you can practically visit it from anywhere.

+2
source

Source: https://habr.com/ru/post/969395/


All Articles