Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login to Rivanna.   Make sure you are in your home directory ('pwd' shows you the current directory path.  'cd' with no argument will take you home.)
  2. Change directories into the '1655' directory (that we created in class01). 'cd 1655'
  3. I would create a 'HW' directory in your 1655 directory ( 'mkdir HW' ).  Change directories into the HW directory. 
  4. Use this link to create your repository for HW01 on GitHub:   ??? https://classroom.github.com/a/3sK_zVkl

  5. As we did in class02, clone the HW01 repository into your working area on Rivanna:

    >>>git clone git@github.com:PHYS1655Su24/hw01-<userid>.git

  6. Change directories into the 'HW01-<userid>' directory
  7. Follow the instructions in the 'Readme' file that is in your repo directory.  You can view it with the 'more' command, or you can view it on GitHub. 

...