diff --git a/ysun60.md b/ysun60.md new file mode 100644 index 0000000..ec8279e --- /dev/null +++ b/ysun60.md @@ -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. + +