Git
Aller à la navigation
Aller à la recherche
aptitude install git
git init script/ cd script/
.git/plop.sh :
echo "Commit message :" read plop echo "$plop" > $1
git config core.editor .git/plop.sh
aptitude install git
git init script/ cd script/
.git/plop.sh :
echo "Commit message :" read plop echo "$plop" > $1
git config core.editor .git/plop.sh