Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Universal Code Search for GitHub blog post #653

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Universal Code Search for GitHub blog post
  • Loading branch information
ryan-blunden committed Mar 11, 2020
commit c9306df09edd5de320b4aad3407cf6e0128acfc4
27 changes: 27 additions & 0 deletions blogposts/universal-code-search-github.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: 'Universal Code Search for GitHub'
author: Ryan Blunden
authorUrl: https://twitter.com/ryan_blunden
publishDate: 2020-03-11T05:59-06:00
tags: [
blog
]
slug: universal-code-search-github
heroImage: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
published: true
---

Sourcegraph [Universal Code Search](/universal-code-search) enables developers to explore and better understand all code, faster, with contextual code intelligence.

This screencast walks you through (with accompanying audio) how to [connect and configure](https://docs.sourcegraph.com/admin/external_service/github) Sourcegraph Universal Code Search for public and private repositories on GitHub.com and GitHub Enterprise instances.

In addition to connection configuration, it also discusses important factors for determining which repositories Sourcegraph will index, such as excluding archived repositories, as well as repositories based on naming patterns such `-archived`.

<p class="container">
<div style="padding:56.25% 0 0 0;position:relative;">
<iframe src="https://player.vimeo.com/video/395616448?color=0CB6F4&amp;title=0&amp;byline=" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
</div>
<p style="text-align: center"><a href="https://www.youtube.com/watch?v=dhpmPa0kG90" target="_blank">Watch on YouTube</a></p>
</p>

View the [Sourcegraph GitHub documentation](https://docs.sourcegraph.com/admin/external_service/github) for full configuration options, including [webhooks](https://docs.sourcegraph.com/admin/external_service/github#webhooks) and [supporting repository permissions](https://docs.sourcegraph.com/admin/external_service/github).