Git

De Linux Server Wiki
Version datée du 22 février 2011 à 06:28 par Pfoo (discussion | contributions)
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