Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 455 Bytes

Version-control-git-set-up-R.md

File metadata and controls

15 lines (14 loc) · 455 Bytes
layout topic title language
exercise
Version Control
Git Setup
R
  1. clone your repository for the course (or cd into it if you've already
    cloned it
    ).
  2. Create a directory called hw1 (or something similar).
  3. Move your first assignment into this directory.
  4. add it to version control.
  5. commit the completed version of the assignment (don't forget to include a good commit message).
  6. push the changes to GitHub.