« Git/Travailler avec Git local et un dépôt Subversion distant » : différence entre les versions

Contenu supprimé Contenu ajouté
Aucun résumé des modifications
Ligne 117 :
Éventuellement, pour soumettre au serveur des branches sujet avec un accès <code>commit</code>, on peut lancer <code>git-svn dcommit</code>. Cela prendra chaque soumission locale dans la branche courante et le soumettra à subversion. Par exemple avec trois soumissions locales, après <code>dcommit</code> il y aura trois nouvelles soumissions dans subversion.
 
ForSans theaccès less fortunate<code>commit</code>, yourle patchespatch willdevra probablyprobablement haveêtre tosommis bevia submittedune toliste ade mailingdiffusion listou orun bug tracker. For that, you can
use [http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html git-format-patch]. For example, keeping with
the three-local-commits scenario above:
Ligne 138 :
Of course, this all assumes that you have your patch series in perfect working order. If this is not the case, you should
read about <code>git rebase -i</code>.
 
 
==Références==