'''Adaptation de Git/SuiviDeConfiguration''' {{{ # echo "deb http://apt.auf.org/ wheezy auf" >> /etc/apt/sources.list # aptitude update;aptitude install auf-keyring;aptitude update;aptitude install auf-git-etc }}} {{{ # echo "export GIT_AUTHOR_NAME='Alexandre Domont'" >> /home/alex/.bash_profile;echo "export GIT_AUTHOR_EMAIL='alexandre.domont@auf.org'" >> /home/alex/.bash_profile; usermod -c "Alexandre Domont" alex }}} '''Conf Exim''' [[ZEO/ModeleConfigurationExim]] '''Connexion et reconnexion avec le compte alex''' '''puis premier commit''' {{{ # cd /;git add .;git commit -am "1er commit" [master 0a25140] conf de base Author: Alexandre Domont 3 files changed, 7 insertions(+), 5 deletions(-) }}} '''Vérification des log ''' {{{ # git log commit 0a251409fda31ab0c7547ea809a64fc6509b3978 Author: Alexandre Domont Date: Wed Jun 27 08:46:21 2012 +0000 conf de base commit ed958ee7081b64f6d8f1679779b4335ec707a3e7 Author: Installation auf-git-etc Date: Wed Jun 27 08:29:05 2012 +0000 Mise en route du suivi de /etc et /usr/local. }}} .''Un autre bel outil pour visualiser les commits : tig. -- NM''