tech:git_-_creer_et_appliquer_un_patch
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:git_-_creer_et_appliquer_un_patch [2026/06/07 19:12] – créée - modification externe 127.0.0.1 | tech:git_-_creer_et_appliquer_un_patch [2026/07/06 10:06] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 14: | Ligne 14: | ||
| Créer un patch | Créer un patch | ||
| ~~~bash | ~~~bash | ||
| + | #git format-patch -1 < | ||
| #git format-patch -1 < | #git format-patch -1 < | ||
| git format-patch -1 13e260ea2c3220a217626b12bff538916fdd2caf | git format-patch -1 13e260ea2c3220a217626b12bff538916fdd2caf | ||
| + | |||
| + | # Ou | ||
| + | #git format-patch -1 < | ||
| + | git format-patch -1 13e260ea2c3220a217626b12bff538916fdd2caf -- .gitlab-ci.yml | ||
| ~~~ | ~~~ | ||
| Ligne 28: | Ligne 33: | ||
| Appliquer un patch | Appliquer un patch | ||
| - | L' | + | L' |
| ~~~bash | ~~~bash | ||
tech/git_-_creer_et_appliquer_un_patch.1780852327.txt.gz · Dernière modification : de 127.0.0.1
