Thursday 7 December 2017

A Beginner's Git Guide with Shopify - Part 2: States, Branching, Conflicts and SSH keys

Become a partner

New Blog Post

A Beginner's Git Guide with Shopify - Part 2: States, Branching, Conflicts and SSH keys

guide to git 2

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 second part in a series of articles about Git and Shopify.

In this article you will learn:

  • The difference between tracked and untracked files.
  • The three different file states in Git.
  • What SSH keys are, and why they're useful.
  • How to generate an RSA key pair and add a public key to GitHub.
  • How revert unwanted commits.

More

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home