Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 287 Bytes

File metadata and controls

12 lines (8 loc) · 287 Bytes
  1. git remote add origin https://github.com/Roxerg/jamsandwich2017.git
  2. git pull origin master
  3. git push --set-upstream origin master

To commit changes:

  1. git add .
  2. git commit -w "your comment here" (or git commit, then i, then your comment, then esc, :wq)
  3. git push

done!