Tuesday, June 3, 2014

Adding Projects to GitHub

git init
git add .
git commit -m "Initial commit"
git push -u origin master


No comments: