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
7 changes: 7 additions & 0 deletions ysun60.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Github fork is copy someone's repository

Github clone is clone your repository to your local computer and sync between the two locations

Git branch is basicly help you manage the changes of the program. You can make a new branch when you add new features for your program. It will not influence your main code base. It's a great version control method.