From 55fbc620dbacc1debfc7a9f4dcbaf1eab54f75aa Mon Sep 17 00:00:00 2001 From: jim-clark Date: Fri, 26 Jul 2019 07:59:55 -0700 Subject: [PATCH] Initial commit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c9c97..8af0a82 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# build-a-game \ No newline at end of file +# SEI-CC-4 - Build a Browser Game +## Connect Four + +After this repo is cloned, you will be able to syncronize with its most recent commit by running the following two commands: + +1. `git fetch --all` +2. `git reset --hard origin/master` + +Note that running the above commands will completely replace all of the files with those in the repo - **ANY CODE YOU HAVE WRITTEN WILL BE REPLACED**. \ No newline at end of file