From bcfcf2c0ee7d947a20a208c22f136ac62a0289af Mon Sep 17 00:00:00 2001 From: TannerFry Date: Sat, 12 Jan 2019 22:12:19 -0500 Subject: [PATCH] #1 finished issue 1 --- netid.md | 0 tfry2.md | 3 +++ 2 files changed, 3 insertions(+) delete mode 100644 netid.md create mode 100644 tfry2.md diff --git a/netid.md b/netid.md deleted file mode 100644 index e69de29..0000000 diff --git a/tfry2.md b/tfry2.md new file mode 100644 index 0000000..298f0a9 --- /dev/null +++ b/tfry2.md @@ -0,0 +1,3 @@ +github fork is used for copying a repo to a remote repo within GitHub. +git clone is used for copying a remote repo to your local drive. +git branch is used for creating a copy of the repo within itself typically used for tweaking wihtout messing with the current status of the repo then when tweaking is finsished merging can be used to merge the changes made.