So I finally got around to testing git. It has more of a learning curve than I expected but the basics are easy enough. To get started visit:
help.github.com/articles/set-up-git
and follow the instructions. It has its own bash shell for Windows. Once installed open the shell and type:
git clone
github.com/welcor/tbamud.git
cd tbamud
./configure
cd src
make
cd ..
bin/circle
Then connect to localhost port 4000.
This will be a work in progress. Help in testing this out and feedback to improve the tutorial would be appreciated, thanks.