In today’s class we explored the use of Git, which is a program used for version control. Git allows users to clone existing source code from a repository, make changes to the code (whether adding new files or changing existing ones), and to move those changes back into the repository. The program helps coordinate changes between users, so that a file changed by multiple users is not simply overwritten by the latest user to make a change. We performed a simply exercise to help learn some of the commands available in Git.
We are also moving forward with our class project, which involves the use of eutester, a program designed to provide a framework to test a Eucalyptus or Amazon cloud. I beleive our goal is to make the program more robust/ user friendly, without changing the core functions. There are several tracked issues listed on the github page, so that might be a great place to start.