This repository houses a series of introductory exercises to understand Git
Disclaimer: This project is based on a workshop talk, so although the instructions are step-by-step, they are not designed for a brand new learner to approach without guidance or context. See extended resources below to get started from scratch.
- Step One: Fork this repository:
- Step Two: Clone your forked repository (located at www.github.com/YOUR_USERNAME/art-place) to your Command Line Interface (Instructions):
- Step Three: From your Command Line, make sure to
cd
into the repository that you've just cloned. In this case,cd art-place
- Step Four: Checkout to the
simple-color
branch and follow the instructions in the instructions.md on that branch.