- git remote add origin https://github.com/Roxerg/jamsandwich2017.git
- git pull origin master
- git push --set-upstream origin master
To commit changes:
- git add .
- git commit -w "your comment here" (or git commit, then i, then your comment, then esc, :wq)
- git push
done!