From e12bf75952e893a414dab23c76c0fc4303d3e49d Mon Sep 17 00:00:00 2001 From: "YingLiang Ma (ac7020)" Date: Tue, 7 Sep 2021 15:08:23 +0100 Subject: [PATCH] Add Sphere codes --- Session 1/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Session 1/README.md b/Session 1/README.md index 9f5f67c..954c383 100644 --- a/Session 1/README.md +++ b/Session 1/README.md @@ -1,4 +1,4 @@ -# Session 1 - Setting up the project and GitHub +# Session 1 - Setting up the project and Sphere ray casting #### Table of Contents 1. [Setting up in GitHub](https://github.coventry.ac.uk/ac7020/322COM_TeachingMaterial/blob/master/Session%201#setting-up-in-github) @@ -90,6 +90,18 @@ At the moment, it should only be the README file. It is here that we will create a C++ project so it is in the GitHub repository, meaning we can push and pull changes to it. +### Pushing the changes to the repository + +We return to using Git now to save our progress on the project. Once you have everything working without errors, we will push our changes to the project (and to the repository) to the GitHub server. + +We do this via 3 commands (which you should be used to from ALL!): + +Git commands | +------------- | +git add . | +git commit -m "some kind of message" | +git push | + ## Creating a C++ Project using Visual Studio > If you are not using Visual Studio 2019