tech:notes_git
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| tech:notes_git [2025/11/11 16:14] – Jean-Baptiste | tech:notes_git [2025/11/11 16:51] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 489: | Ligne 489: | ||
| git merge master | git merge master | ||
| </ | </ | ||
| + | |||
| === submodule | === submodule | ||
| Ligne 530: | Ligne 531: | ||
| Avec Gitlab CI | Avec Gitlab CI | ||
| Voir : https:// | Voir : https:// | ||
| - | <code yaml .gitlab-ci.yml> | + | |
| + | '' | ||
| + | <code yaml> | ||
| variables: | variables: | ||
| GIT_SUBMODULE_STRATEGY: | GIT_SUBMODULE_STRATEGY: | ||
| Ligne 562: | Ligne 565: | ||
| fetch --unshallow $URL | fetch --unshallow $URL | ||
| </ | </ | ||
| + | |||
| == Python | == Python | ||
| Ligne 568: | Ligne 572: | ||
| * pygit2 | * pygit2 | ||
| - | <code - reuirements.txt> | + | '' |
| + | <code -> | ||
| GitPython | GitPython | ||
| </ | </ | ||
| Ligne 623: | Ligne 628: | ||
| 'git < | 'git < | ||
| </ | </ | ||
| + | |||
| ==== Solution | ==== Solution | ||
| Ligne 629: | Ligne 635: | ||
| git checkout HEAD -- vars/ | git checkout HEAD -- vars/ | ||
| </ | </ | ||
| + | |||
| === Pb git diff et git difftool ne fonctionne pas | === Pb git diff et git difftool ne fonctionne pas | ||
tech/notes_git.1762874095.txt.gz · Dernière modification : de Jean-Baptiste
