4 262
modifications
(Page créée avec « <pre>aptitude install git</pre> ») |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
<pre>aptitude install git</pre> | <pre>aptitude install git</pre> | ||
<pre> | |||
git init script/ | |||
cd script/ | |||
</pre> | |||
.git/plop.sh : | |||
<pre> | |||
echo "Commit message :" | |||
read plop | |||
echo "$plop" > $1 | |||
</pre> | |||
<pre>git config core.editor .git/plop.sh</pre> |