{ claus.conrad }

GitHub

https://github.com/

Git source code hosting service owned by Microsoft

Resources

Learning

Webinars

  • Roadmap Webinar Q1 2025 GitHub Roadmap Webinar Q1 2025 (EMEA) - YouTube

Copilot

FAQ

“Invalid value reference” in Chat Agent mode

I fixed this by toggling the chat.agent.enabled setting in [VS Code](…/Microsoft Visual Studio Code/) settings.

Search all of an org’s code for a string

gh search code 'SEARCH_STRING' --owner ORG_NAME

Create issue using CLI

gh issue create --repo OWNER/REPO

Running it without pre-filling --title and --body will launch the interactive prompts for title, body, labels, assignees, etc.