= GIT for AppStat = == Software == * GIT SCM Page : http://git-scm.com/ * GitX for MacOS (best GUI) : http://gitx.frim.nl/ == Setup == {{{ git clone username@lx.lal.in2p3.fr:/exp/appstat/pubappstat/MultiBoost cd MultiBoost }}} For you Xcoders, create those files there : .gitgnore {{{ # xcode noise build/* *.pbxuser *.mode1v3 # old skool .svn # osx noise .DS_Store profile }}} .gitattributes {{{ *.pbxproj -crlf -diff -merge }}} == Commands == {{{ }}} == Development workflow == [[Image(DevCycle.png)]]