RubyChose007
create a repository RubyChose007 on git.
git clone https://github.com/bobzhen/RubyChose007.git
git add .
git commit -m "Commit Rspec First Tutorial"
// should not be same as "origin"
git remote add origin001 https://github.com/bobzhen/RubyChose007.git
git push -u origin001 master
DONE!!!!
===============================
How to upload local changes to GitHub
git clone git@github.com:username/reponame.git cd reponame
git add file1.txt git add file2.gif
git status
git commit -m "Decription of my change"
git push