This document outlines how I use git
in order to do development work. These are guidelines and not actual rules.
The first thing we need to do is get the remote
repo to be local
. We do that by cloning
the repo. As an example,
if you wanted to do work on the beardedtim/my-little-nlp
repo, you would run the following to clone
it to a local
folder: