This readme file explains why we need this repository for our BIS3214 coursework 1.
For this coursework, the group will be creating different files, including the final report, sql files, diagrams, and so on. The group members may be all be editing the same file but working on different sections. For this reason it is important to have a good structure so they don't get lost.
- Git — The version control tool that GitHub is built on top of.
- GitHub — Our company and the name of our software. We build software and websites to help you interact with Git repositories in a nice way.
- GitHub.com — The website you log into to view repositories online.
- GitHub Desktop — An application that you can install on your computer to help you synchronize local code with GitHub.com.
The GitHub guides are very good! It is better if you read all of them (for your own knowledge), but for the sake of the group work you will need to understand the following:
- Understanding the GitHub Flow - Understand how we keep the files organised.
- Forking Projects - Explains how you synchronise the BIS code to your computer.
- Mastering Issues - How we are going to keep track of what needs to be done