Website: https://www.cs.cornell.edu/courses/cs4756/2024sp/
SSH to server using your NETID (make sure to get access)
ssh netid@linux.coecis.cornell.edu
Go to course folder
cd /cs/courses/cs4756/2024sp
When in doubt, nuke whatever is there
rm -rf *
rm -rf .git
Clone repository. But since index.html
should be in the current folder, you need to clone the repo one level down
git clone git@github.com:portal-cornell/cs4756-robot-learning-sp24-website.git .