From 53493359337a443d8ffb1391a1327da12c838fd3 Mon Sep 17 00:00:00 2001 From: Lane Henslee Date: Fri, 11 Jan 2019 10:02:41 -0500 Subject: [PATCH 1/4] #1 described git fork, git clone, and git branch --- netid.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netid.md b/netid.md index e69de29..2446598 100644 --- a/netid.md +++ b/netid.md @@ -0,0 +1,3 @@ +github fork: Copy a repository on github to your server on github. +git clone: Copy a repository from github to your computer. +git branch: Create a new branch that saves different changes than your master branch. From 05b4a69dd5bfe6ece2eb95ce0edbaa2d175865ed Mon Sep 17 00:00:00 2001 From: Lane Henslee Date: Fri, 11 Jan 2019 10:04:08 -0500 Subject: [PATCH 2/4] #1 put endlines in --- netid.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netid.md b/netid.md index 2446598..5f3ba59 100644 --- a/netid.md +++ b/netid.md @@ -1,3 +1,3 @@ -github fork: Copy a repository on github to your server on github. -git clone: Copy a repository from github to your computer. -git branch: Create a new branch that saves different changes than your master branch. +github fork: Copy a repository on github to your server on github.\n +git clone: Copy a repository from github to your computer.\n +git branch: Create a new branch that saves different changes than your master branch.\n From 02d230a95edf9e4eb6b2336de5ac0700f7449064 Mon Sep 17 00:00:00 2001 From: Lane Henslee Date: Fri, 11 Jan 2019 10:07:35 -0500 Subject: [PATCH 3/4] #1 made unordered list --- netid.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/netid.md b/netid.md index 5f3ba59..f4fda78 100644 --- a/netid.md +++ b/netid.md @@ -1,3 +1,5 @@ -github fork: Copy a repository on github to your server on github.\n -git clone: Copy a repository from github to your computer.\n -git branch: Create a new branch that saves different changes than your master branch.\n +
    +
  • github fork: Copy a repository on github to your server on github.
  • +
  • git clone: Copy a repository from github to your computer.
  • +
  • git branch: Create a new branch that saves different changes than your master branch.
  • +
From 578d765692abe0b4a248f003ad6325a23d9de0dd Mon Sep 17 00:00:00 2001 From: Lane Henslee Date: Fri, 11 Jan 2019 12:21:29 -0500 Subject: [PATCH 4/4] #1 moved netid.md to lhenslee.md --- netid.md => lhenslee.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename netid.md => lhenslee.md (100%) diff --git a/netid.md b/lhenslee.md similarity index 100% rename from netid.md rename to lhenslee.md