Modifications entre les versions 10 et 11
Version 10 à la date du 2013-08-09 08:07:04
Taille: 1255
Éditeur: AlexandreDomont
Commentaire:
Version 11 à la date du 2014-01-28 10:38:15
Taille: 1254
Éditeur: AlexandreDomont
Commentaire:
Texte supprimé. Texte ajouté.
Ligne 9: Ligne 9:
# echo "deb http://apt.auf.org/ squeeze auf" >> /etc/apt/sources.list # echo "deb http://apt.auf.org/ wheezy auf" >> /etc/apt/sources.list

Adaptation de Git/SuiviDeConfiguration

# addgroup admin
# adduser alex admin

# 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

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 <alexandre.domont@auf.org>
 3 files changed, 7 insertions(+), 5 deletions(-)

Vérification des log

# git log   
commit 0a251409fda31ab0c7547ea809a64fc6509b3978
Author: Alexandre Domont <alexandre.domont@auf.org>
Date:   Wed Jun 27 08:46:21 2012 +0000

    conf de base

commit ed958ee7081b64f6d8f1679779b4335ec707a3e7
Author: Installation auf-git-etc <root@apt.auf.org>
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

AlexandreDomont/Repere/SuiviDeConfiguration (dernière édition le 2014-02-03 16:00:58 par AlexandreDomont)