6,609
edits
(→Clonage d'un seul avion: Translated the section.) |
(→Information et histoire: Translated the section.) |
||
| Line 212: | Line 212: | ||
==== Information et histoire ==== | ==== Information et histoire ==== | ||
Pour voir les informations sur le dépôt local à n'importe quel moment, tapez: | |||
<syntaxhighlight lang="bash"> | |||
git svn info | |||
git branch -vva | |||
git remote -v | |||
</syntaxhighlight> | |||
Pour voir l'histoire du clone extraite du dépôt, tapez: | |||
<syntaxhighlight lang="bash"> | |||
git log | |||
</syntaxhighlight> | |||
==== L'utilisation quotidienne ==== | ==== L'utilisation quotidienne ==== | ||