Setting up a GIT Repository

Image of Setting Up GIT

This write-up is a guide to setting up a repository for configuration management.  The tutorial is based on GIT, Beanstalk, and a Windows environment using WAMP for local hosting.  The GIT software provides the source code configuration management.  Beanstalk hosts your development environment.  Beanstalk is a favorite because it streamlines the whole process and has a nice user interface.  Deploying an update to a …