From 233fedf6c56f20cb0ef8902b97ddd5098c066947 Mon Sep 17 00:00:00 2001 From: Jared Junichi Colburn Date: Sat, 12 Jan 2019 13:36:06 -0500 Subject: [PATCH] #1 The Narrative Explaining the Differences --- jcolbur1.md | 1 + netid.md | 0 2 files changed, 1 insertion(+) create mode 100644 jcolbur1.md delete mode 100644 netid.md diff --git a/jcolbur1.md b/jcolbur1.md new file mode 100644 index 0000000..159f8df --- /dev/null +++ b/jcolbur1.md @@ -0,0 +1 @@ +The difference between github fork and git clone is where the "copying" is involved. Github's fork copys between repositories on the server while git clone copys between the authorized repository and a local machine. Git branch creates a pointer to your current commit object allowing you to work on the original repository (by merging). diff --git a/netid.md b/netid.md deleted file mode 100644 index e69de29..0000000