« 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 123 :
</source>
 
TheLe resultrésultat withsera betrois threefichiers files inen $PWD, 0001-commit-name.patch, 0002-commit-name.patch, andet 0003-commit-name.patch, qui pourront être attachés à des emails ou joint à Bugzilla. Remarque : il existe [http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html git-send-email] pour envoyer les emails directement You're:
then free to mail these patches of or attach them to a bug in bugzilla. If you'll be mailing the patches, however, git can
help you out even a little further. There is the [http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html git-send-email] utility for just this situation:
 
<source lang="bash">
Ligne 131 ⟶ 129 :
</source>
 
Si les séries de patchs ne sont pas dans l'ordre, voir <code>git rebase -i</code>.
The program will ask you a few questions, most important where to send the patches, and then mail them off for you. Piece
of cake!
 
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==