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.