You are on page 1of 1

GIT COMMANDS:

https://help.github.com/articles/adding-an-existing-project-to-github-using-thecommand-line/
git init
git remote add origin URL
git remote -v
git add .
git commit -m "First commit"
git push origin master

You might also like