From 0c0589ce7bbbf70edd97a704d948694d1d14858f Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Tue, 1 Oct 2019 07:48:30 +0100 Subject: [PATCH] added notes on git config --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7fc76ce..e6319ce 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,11 @@ Mirror Push to this new repository, replacing xxx with the url from the clipboar Once you are sure the code is in your new repository, delete the temporary local repository. `cd .. && rm -rf temp/` + +Your private repository on GitHub will now contain a complete copy of this template including the commits that were already made. You can now start your assignment by carrying out the following steps: + +Clone your private repository + +Change your **local config settings**. This is a vital step otherwise your commits won't show on the GitHub _graph_ and your grade will be affected. + +Start working on the assignment.