...
- 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.)
- Change directories into the '1655' directory (that we created in class01). 'cd 1655'
- I would create a 'HW' directory in your 1655 directory ( 'mkdir HW' ). Change directories into the HW directory.
Use this link to create your repository for HW01 on GitHub: ??? https://classroom.github.com/a/3sK_zVkl
As we did in class02, clone the HW01 repository into your working area on Rivanna:
>>>git clone git@github.com:PHYS1655Su24/hw01-<userid>.git
- Change directories into the 'HW01-<userid>' directory
- 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.
...