Thursday 21 December 2017

A Beginner's Git Guide with Shopify - Part 3: Branching, Pull Requests, Merge Conflicts, and Workflow

Become a partner

New Blog Post

A Beginner's Git Guide with Shopify - Part 3: Branching, Pull Requests, Merge Conflicts, and Workflow

beginners git guide

It's important to think about how to keep track of all the changes we make in our code, especially as projects become more complicated, when we collaborate with other developers, or when we just want to know what's been worked on or fixed in a project. This article is the third and final part in a series of articles about Git and Shopify.

In this article you will learn:

  • What Git branches are and how they work.
  • How to create feature branches and sync them with GitHub.
  • How to create a pull request on GitHub.
  • How to resolve merge conflicts, and why they happen.
  • Git workflows at Shopify, and for developers working with themes.

More

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home