---------- Create
1. Change Directory
2. git init
git add *
git commit -m "Import Project"
git remote add origin https://github.com/YourAccount/YourRe...
git push -u origin master
---------- Updates
1. git add *
2. git commit -m "Update Project"
3. git push
---------- Updates
git clone https://github.com/YourAccount/YourRe...