From: Richard Whitehouse Date: Tue, 26 Apr 2011 14:32:08 +0000 (+0100) Subject: Correct citation code X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=51399b20e563d84ef3b05a55079b409a2781bf55;p=ii-diss.git Correct citation code --- diff --git a/preparation.tex b/preparation.tex index c13545c..675eda0 100644 --- a/preparation.tex +++ b/preparation.tex @@ -30,6 +30,6 @@ I decided to use a iterative development method, in order to maintain quality of \subsection{Source Control} -In order to version and backup my code, I used a distributed version control system, Git. Git allowed me to maintain multiple copies of my code, review changes and manage the code effectively. My git repository was held on both my desktop and a laptop, and a copy of the repository was pushed to my server hosted offsite, and a commercial service GitHub \ref{github} which provides hosting for Git repositories. It also provides a good interface to view changes between different branches of the code. +In order to version and backup my code, I used a distributed version control system, Git. Git allowed me to maintain multiple copies of my code, review changes and manage the code effectively. My git repository was held on both my desktop and a laptop, and a copy of the repository was pushed to my server hosted offsite, and a commercial service GitHub \cite{github} which provides hosting for Git repositories. It also provides a good interface to view changes between different branches of the code. In addition to my code, documentation and test routines were held in separate git repositories, which were again held in multiple places to protect against failiure.