From 75dba4327d4d6bb50b01aa53831aca1aeefc3e23 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Mon, 3 Feb 2020 07:17:59 -0600 Subject: [PATCH] Assignment tweak: protect against students creating recursive repos --- assignment/socket_chat--patterns-and-testing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assignment/socket_chat--patterns-and-testing.md b/assignment/socket_chat--patterns-and-testing.md index 74dfc16..d2b565b 100644 --- a/assignment/socket_chat--patterns-and-testing.md +++ b/assignment/socket_chat--patterns-and-testing.md @@ -71,6 +71,9 @@ git commit --author="Herbie Husker <herbie@huskers.unl.edu>" 1. Clone the project: `git clone <URL>` (here the angle brackets should not be included). + - **Do *NOT* place your calculator repository inside your + csce361-homework repository!** + 1. Import the project into your IDE. The project is set up as a Maven project, so you can follow your IDE's instructions to import a Maven project. @@ -458,4 +461,3 @@ The contribution is worth **10 points**: - **4 points** for equitable contribution based on git history ## Footnote - -- GitLab