# move to the correct directory; # there should be a directory in your # top directory called csci260. Change into ("cd") that directory cd csci260 ssh csci fork csci260/LabX csci260/$USER/LabX git clone csci:csci260/$USER/LabX cd LabX # edit the files, compile, test them, debug, etc. When they are # ready to submit, before the deadline, while in this directory, # do the following: git add . git commit -m "Your comments, such as Merge does not work correctly" git push # Problems? Perhaps you should be looking at git.txt