diff --git a/netid.md b/netid.md deleted file mode 100644 index e69de29..0000000 diff --git a/yma29.md b/yma29.md new file mode 100644 index 0000000..3da6f7e --- /dev/null +++ b/yma29.md @@ -0,0 +1,10 @@ +The Differences: + +Forking is a copy of codes and programs that allows you can change them and do not affecting anything which is before you fork. And you can copy a repository to your GitHub repo from others GitHub repo. But these are only on the GitHub. + +Clone is a copy of repository to your local pc so that you can edit them in local. Unlike forking, Clone is moviing codes or files from GitHub to your computer. + +And Git Branches are effectively a pointer to a snapshot of your changes. +All branches on GitHub will be copied in a fork. + +Yucheng Ma.