From ae4e1367733a7754975a442b5beefc43eeb230c4 Mon Sep 17 00:00:00 2001 From: Comwiz180 Date: Tue, 26 Jan 2021 21:57:12 +0000 Subject: [PATCH] git fork, branch, and clone answers added --- eswanger.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eswanger.md diff --git a/eswanger.md b/eswanger.md new file mode 100644 index 0000000..0c651f6 --- /dev/null +++ b/eswanger.md @@ -0,0 +1,4 @@ +github fork: This creates a copy of a repository with all of its filesi, into another github account. Generally this is for building off the original files without manipulating the orignal source materials. +git clone: This creates copy of a remote repository into a local machine. +git branchs: This copies a portion of a repository which allows for individuals to work on it and can merge it back with a master branch. +