Skip to content
Permalink
Browse files
Add Sphere codes
  • Loading branch information
ac7020 committed Sep 7, 2021
1 parent d6c1f2b commit e12bf75952e893a414dab23c76c0fc4303d3e49d
Showing 1 changed file with 13 additions and 1 deletion.
@@ -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

0 comments on commit e12bf75

Please sign in to comment.