From f87a44a4f4658487f57ec5a2c95f9bee770a34b0 Mon Sep 17 00:00:00 2001 From: Dan Suciu <suciu@cs.washington.edu> Date: Sat, 16 Dec 2023 14:30:29 -0800 Subject: [PATCH] cleanup --- hw/README.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 hw/README.txt diff --git a/hw/README.txt b/hw/README.txt deleted file mode 100644 index 5392d3f..0000000 --- a/hw/README.txt +++ /dev/null @@ -1,18 +0,0 @@ -The assignment instructions and starter code (if needed) are posted here. - -Please place your solutions in the submission directory. During each -homework, you should run the following commands - -git pull ... to fetch the latest homework instructions and starte code - -...prepare your homework in the appropriate directory hw1/ hw2/ ... -...as you create files, run these commands: - -git add file1 -git add file2 ... [add all the files of your homework] - -... occasionally push your work to gitlab: -git commt -a -m 'this is my homework 3, or any message you want' -git push - -...commit and push as often as you want; we will pull your version right after the deadline. -- GitLab