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

Last updated

Was this helpful?