GitHub
Git source code hosting service owned by Microsoft
Resources
Section titled “Resources”Learning
Section titled “Learning”Webinars
Section titled “Webinars”- Roadmap Webinar Q1 2025
Copilot
Section titled “Copilot”- Features
- Docs
- Introduction to GitHub Copilot
- Get certified with GitHub Copilot
- Research: quantifying GitHub Copilot’s impact on developer productivity and happiness
- Getting Started with GitHub Copilot
- Webinar: Styrk udviklernes produktivitet med GitHub Enterprise og Copilot
“Invalid value reference” in Chat Agent mode
Section titled ““Invalid value reference” in Chat Agent mode”I fixed this by toggling the chat.agent.enabled setting in VS Code settings.
Search all of an org’s code for a string
Section titled “Search all of an org’s code for a string”gh search code 'SEARCH_STRING' --owner ORG_NAMECreate issue using CLI
Section titled “Create issue using CLI”gh issue create --repo OWNER/REPORunning it without pre-filling --title and --body will launch the interactive prompts for title, body, labels, assignees, etc.
What is the base branch the current PR is targeting?
Section titled “What is the base branch the current PR is targeting?”gh pr view --json baseRefName --jq '.baseRefName'