Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Working with branches (3 of 5) | Getting started with GitHub
69Likes
3,682Views
2023Jun 7
Welcome to the Getting started with GitHub series, where you will learn how to share your code from within Visual Studio by using Git and GitHub. In this episode, Robert shows how to create a new branch and then create a pull request to merge the new branch into the main branch. Chapters 0:00 - Introduction 1:00 - Working with branches 1:35 - Creating a new branch 2:30 - Switching to another branch 3:40 - Committing and pushing code to the new branch 5:00 - Using CodeTips to see committed changes 5:50 - Creating a pull request to merge code to the main branch 6:15 - Managing pull requests in GitHub 7:30 - Merging a pull request in GitHub 8:45 - Wrap up Recommended resources Visual Studio version control docs: https://learn.microsoft.com/en-us/vis... Demo script used in this series: https://github.com/rogreen/GettingSta... Episodes in this series Using source control:    • Using source control (1 of 5) | Getti...   Committing code changes:    • Committing code changes (2 of 5) | Ge...   Working with branches:    • Working with branches (3 of 5) | Gett...   Resolving merge conflicts:    • Resolving merge conflicts (4 of 5) | ...   More on merge conflicts:    • More on merge conflicts (5 of 5) | Ge...  

Follow along using the transcript.

Microsoft Visual Studio

334K subscribers