From 7b785dbf2b430da6a8335bb7327ac24a95327a33 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 11 Jan 2019 09:58:06 -0500 Subject: [PATCH] resolves #1 --- netid.md | 1 + 1 file changed, 1 insertion(+) diff --git a/netid.md b/netid.md index e69de29..37ce5e8 100644 --- a/netid.md +++ b/netid.md @@ -0,0 +1 @@ +A fork is to create your own copy of another user's (or organization) repo so that you can make your own changes to it. Git clone is used to copy a remote repo and make a local copy. Git branch is used to create another branch off of your current branch.