From 05b9a8f6c5aeb56029034300539b097103e16681 Mon Sep 17 00:00:00 2001
From: Dan Suciu <suciu@cs.washington.edu>
Date: Sat, 16 Dec 2023 14:07:38 -0800
Subject: [PATCH] working files

---
 hw/README.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 hw/README.txt

diff --git a/hw/README.txt b/hw/README.txt
new file mode 100644
index 0000000..5392d3f
--- /dev/null
+++ b/hw/README.txt
@@ -0,0 +1,18 @@
+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