Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed netid.md
Empty file.
10 changes: 10 additions & 0 deletions yma29.md
Original file line number Diff line number Diff line change
@@ -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.