Git

This little tool will save your life. Well maybe not life, except if you are using it to store the source code for pace makers :-) I will make your life a whole lot easier and avoid costly rework.

Please refer to the Article on installing dev tools on a new PC to install git using Choco.

Below is a really good layout for a readme.md file on a git repo.:

# <HEADING / Objective>
<insert some text about the overall objective>

## Getting Started
<insert some text on how to get started>

### Deploying the solution
<insert detail steps to install the solution>

## Running the tests
<insert instructions on how to run tests>

### BUGS
<list any known bugs>

## References used in the project
<list of references used during the project>

## License
<insert some information on the license>

## Acknowledgments
<insert some special thanks to people that has inspired or helped you with this>