Browse GitHub Copilot Videos (104)
GitHub shows how GitHub Copilot CLI can speed up onboarding by scanning a repository and returning a plain-English overview of the codebase from the terminal.
Microsoft Developer features Jonathon Frost from the Microsoft Azure PostgreSQL team, walking through migrating to managed PostgreSQL on Azure (homogeneous and heterogeneous scenarios) and demonstrating AI-assisted Oracle-to-Postgres migration using VS Code with GitHub Copilot.
GitHub introduces a new remote feature for GitHub Copilot CLI that lets you access and control an active terminal session from any browser-enabled device. In this short update, GitHub explains the core capability and links to the public preview announcement.
GitHub (with program manager Lee Reilly) shows how GitHub Copilot CLI was used to build GH-Dungeons, a terminal roguelike generated from a repository’s latest SHA, turning typical repo problems like scope creep and merge conflicts into dungeon hazards.
GitHub interviews Copilot CLI Product Manager Ryan Hecht on GitHub Checkout, covering experimental Copilot CLI features like a plugin marketplace, the /chronicle command, multi-model agents, and fleet mode/autopilot for large refactors.
Microsoft Developer shares a Budget Bites season finale discussion with Microsoft leaders on what “budget-smart” AI app building looks like, covering cost realities, Azure SQL scaling (including Hyperscale), and how GitHub Copilot and agents can reduce operational work.
Microsoft Developer walks through using GitHub Copilot with the VS Code MSSQL extension to control Copilot context for T-SQL—covering custom instruction files, Plan Mode/Agent Mode for schema design, skills as slash commands, and inspecting Copilot’s debug payload while targeting SQL Server 2025 and Azure SQL Database.
GitHub explains how to use Model Context Protocol (MCP) servers with GitHub Copilot CLI, showing how the /mcp command can connect an AI agent to tools like documentation sources and testing utilities such as Playwright and Svelte.
The dotnet team hosts a community standup showing how to upgrade GenAINET samples to Microsoft Agent Framework (MAF) v1, using GitHub Copilot CLI and SQUAD to coordinate AI agents in a repo and speed up the work, then extending the samples toward production-style hosted-agent scenarios.
GitHub shares a short video featuring advocate Olivia Guzzardo’s meal planning app as inspiration for getting started with the GitHub Copilot SDK, which is now in public preview.
Microsoft Developer shares Matt Soucoup’s overview of how GitHub Copilot can help modernize legacy .NET apps by analyzing a project, proposing a plan, and generating task lists to move toward modern .NET.
Microsoft Developer shares Matt Soucoup’s walkthrough of using GitHub Copilot in VS Code to assess a .NET Framework project, generate a migration plan, and create structured tasks to upgrade to modern .NET.
Microsoft Developer shares an announcement for GitHub Copilot Dev Days, pointing developers to a Luma page to find or host a local event (including Chennai on 4/11).
Visual Studio Code hosts a VS Code Live session where Joel Norman and Jorge Balderas use GitHub Copilot Modernization in VS Code to try modernizing a legacy .NET application, with links to the official Modernize .NET resources and repo.
GitHub demonstrates how to use the GitHub Copilot SDK (Copilot CLI SDK) to turn a basic Node.js planning app into an AI-powered assistant that can generate and regenerate weekly meal plans and build weekend activity schedules.
Visual Studio Code highlights key changes in VS Code v1.114 that improve the GitHub Copilot Chat experience, including preview videos in the chat image carousel, copying chat responses as markdown, troubleshooting chat issues, and updates to the #codebase command.
GitHub shows beginners how to use GitHub Copilot CLI to plan work, delegate coding to a background agent that produces a draft pull request, and then review the resulting changes from the terminal.
GitHub shares a short update on the GitHub Copilot cloud agent on github.com, highlighting that it can now research, plan, and make code changes without requiring you to open a pull request first, and letting you choose when a PR gets created.
GitHub shows how to install GitHub Copilot CLI in a few seconds using npm, Homebrew, or winget, then authenticate with your GitHub account to start using Copilot from the command line.
GitHub walks through the basics of GitHub security for beginners, introducing GitHub Advanced Security features like secret scanning, Dependabot, code scanning, and how Copilot Autofix can help remediate vulnerabilities.