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