💻
How to Use Project Development Tools in a Remote C
  • How to Use Project Development Tools in a Remote Coding Team
  • Trello
    • Introduction to Trello
    • How to use Trello
      • What is Trello?
      • Starting up a Trello Board
      • Lists
      • Cards
  • Visual Studio Code
    • Introduction to Live Share in Visual Studio Code
    • How to use Live Share
      • How to Install
      • How to Use
      • Examples of Use Cases
  • Git & Github - Basics
    • Introduction to Git & GitHub
    • How To Use Git
      • Setting up Git
      • Creating GitHub Repositories
      • Managing Repository Access
      • Syncing with a Local Workspace
  • How to Manage a Codebase with Git
    • Introduction to Branching
    • How To Use Branches
      • What are Branches?
      • Working in Branches
      • Merging Branches
      • Best Practices For Branching
    • Git Codebase Management Cheat Sheet
  • Conclusion
  • Team Biography
  • References
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. How to Manage a Codebase with Git

How To Use Branches

Now, we will dive into the details of creating, managing, and merging branches. We will walk the user through the following:

  • Creating branches

  • Switching to a branch to make a change

  • Merging a branch

  • Resolving simple conflicts when merging code

  • How GitHub provides an alternate and easy to use GUI for the above tasks

PreviousIntroduction to BranchingNextWhat are Branches?

Last updated 4 years ago

Was this helpful?