About 354,000 results
Open links in new tab
  1. GitHub Foundations Certification Study Guide

    Mar 15, 2024 · The following study plan is based on the Certification domains. You can follow the plan or learn at your own pace. Week 1 - Introduction to Git and GitHub Describe Git GitHub …

  2. Commonly Used Git Commands | Microsoft Community Hub

    Apr 15, 2025 · Git is a distributed version control system that allows developers to track changes in their codebase, collaborate with others, and manage project versions efficiently. This …

  3. Getting started with GitOps, Argo, and Azure Kubernetes Service ...

    Apr 26, 2022 · GitOps is different than DevOps because it focuses specifically on practices designed to improve infrastructure and application configuration management using Git. If …

  4. Azure GIT - can we get PR list between two tags | Microsoft …

    Nov 13, 2024 · Azure GIT - can we get PR list between two tags Hi, We are looking for an API or a workaround to get the list of PRs between two tags ex: assume we have tag-1 from dev …

  5. 12 GitLens Features that Revolutionized My Coding Workflow in …

    Jun 13, 2025 · Git Command Palette: GitLens adds many Git commands to VS Code's command palette, allowing you to perform complex Git operations without leaving your editor or …

  6. Step-by-Step: Setting Up GitHub Student and GitHub Copilot as …

    Feb 7, 2023 · To set up Copilot as an authenticated Github Student Developer, you need to follow these steps: GitHub Copilot - Visual Studio Marketplace - GitHub Copilot provides …

  7. Azure Data Factory CI/CD with GitHub Actions | Microsoft …

    Mar 15, 2023 · Azure Data Factory allows connecting to a Git repository for source control, partial saves, better collaboration among data engineers and better CI/CD. As of this writing, Azure …

  8. Is there any way to checkout a specific part of a Azure branch ...

    Oct 17, 2024 · git fetch --depth=1 origin <branch_name> git checkout <branch_name> displayName: "Shallow Fetch for Sparse Checkout" 5. Verify Configuration: If the setup above …

  9. GitHub Copilot Vibe Coding Workshop | Microsoft Community Hub

    Jul 9, 2025 · Throughout this post, I'm going to introduce a workshop material for vibe coding, using GitHub Copilot.

  10. Unlock the Power of GitHub Copilot Workspaces: A Beginner’s …

    Aug 6, 2024 · GitHub Copilot Workspaces builds on the foundation of Copilot, offering a collaborative environment where teams can leverage AI to enhance their development …