From a7859d198356ca6140241be9d9095eea76b3075c Mon Sep 17 00:00:00 2001 From: amaryans <61513255+amaryans@users.noreply.github.com> Date: Tue, 23 Feb 2021 16:18:22 -0500 Subject: [PATCH] Create amaryans.md --- amaryans.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 amaryans.md diff --git a/amaryans.md b/amaryans.md new file mode 100644 index 0000000..c4e9397 --- /dev/null +++ b/amaryans.md @@ -0,0 +1 @@ +A fork is just essentially taking the whole GitHub project/repo and adding it to your GitHub account. This is different from a branch which will take a repo and branch it into you rown workspace, lots of times used when each person needs to add a feature and do not want to directly use the main branch which can cause problems. This allows for people to merge the code easier. A clone is simply taking a repo and adding it to a local machine.