Skip to content
Open
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
1 change: 1 addition & 0 deletions amaryans.md
Original file line number Diff line number Diff line change
@@ -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.