Initial commit
This commit is contained in:
parent
86ce828eee
commit
55fbc620db
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1 +1,9 @@
|
|||
# build-a-game
|
||||
# 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**.
|
Loading…
Reference in a new issue