===== Git References ===== * Create a github account * see Lab 1 * email me your github username * after class: I will add you to access our course repositories * Codeschool * http://www.codeschool.com/courses/try-git * Git Reference: * [[http://gitref.org/index.html]] * Git Cheat Sheet * [[http://www.cs.vassar.edu/~jones/Git_Cheat_Sheet_grey.pdf|Cheat Sheet]] * Other tutorials and miscellaneous tools * 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. */