6,609
edits
(→Branche dédié FGAddon: Translated the rest of the section.) |
(→Synchronisation: Translated the section.) |
||
| Line 290: | Line 290: | ||
==== Synchronisation ==== | ==== Synchronisation ==== | ||
Pour envoyer les modifications au dépôt FGAddon distant, allez d'abord à la branche dédiée <code>fgaddon</code>: | |||
<syntaxhighlight lang="bash"> | |||
git checkout fgaddon | |||
</syntaxhighlight> | |||
Assurez-vous que le dépôt git-svn local est au courant avec toute modification qui sont arrivées dans FGAddon: | |||
<syntaxhighlight lang="bash"> | |||
git svn rebase | |||
</syntaxhighlight> | |||
Enfin poussez les changements à FGAddon avec: | |||
<syntaxhighlight lang="bash"> | |||
git svn dcommit | |||
</syntaxhighlight> | |||
=== Déficiences de git-svn === | === Déficiences de git-svn === | ||