From 5fc804a696906ec12785f74099bb460dbddd5f5e Mon Sep 17 00:00:00 2001
From: "Brutzman, Don" <brutzman@nps.navy.mil>
Date: Mon, 19 Feb 2018 16:17:31 -0800
Subject: [PATCH] git directions

---
 projects/Assignments/homework1/README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 projects/Assignments/homework1/README.md

diff --git a/projects/Assignments/homework1/README.md b/projects/Assignments/homework1/README.md
new file mode 100644
index 0000000000..6ed9d26d26
--- /dev/null
+++ b/projects/Assignments/homework1/README.md
@@ -0,0 +1,20 @@
+== Using Netbeans for MV3500 Homework Assignments ==
+
+To submit homework via Netbeans to the gitlab server you will first need to
+clone a copy of the course repository at
+
+* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500
+
+Use Netbeans to upload/update your homework assignments as follows:
+
+# save into your local directory for projects/Assignments/homework1 (as appropriate)
+# select file of interest in Netbeans tab for Files
+# context menu: Refactor/Rename: take spaces out of file name (gets wacky on various operating systems, email etc.)
+# context menu: Run file(s) to test 
+# context menu: Git > commit; provide comment documenting the change
+# Verify that the entry in Files tab goes from green to black, indicating you have committed to your local repository.
+# context menu: Git > Remote > Push to Upstream
+
+You can now verify that your file has been shared by checking the website:
+
+* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/new/master/projects/Assignments/
-- 
GitLab