====== Version Control ====== ~~NOTOC~~ ===== Git References ===== * Create github account * in-class exercise: https://github.com/ * email me your github username * after class: I will add you to access our course repositories * Codeschool * after you've created your github account * acquaint yourself with git basics * http://www.codeschool.com/courses/try-git * Other tutorials and miscellaneous tools * Git Reference: [[http://gitref.org/index.html]] * Andrew Burgess's //Easy Version Control with Git// \\ http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/ * Bart's Blog: [[http://www.jukie.net/bart/blog/pimping-out-git-log|git log alias]] * [[http://kernowsoul.com/blog/2012/06/20/4-ways-to-avoid-merge-commits-in-git/|4 Ways to Avoid Merge Conflicts]] /* ===== SVN References ===== Here are some helpful links: * http://netbeans.org/kb/docs/ide/subversion.html * http://www.ericsink.com/vcbe/ * http://betterexplained.com/articles/a-visual-guide-to-version-control/ * http://svnbook.red-bean.com/ To check out your repository from the command line, ''cd'' into your ''cs203'' course directory and enter the following command: $ svn co https://version.cs.vassar.edu/svn/cmpu203-201301-groupN where ''N'' is the number assigned to your team. *