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:51] – Jean-Baptiste | tech:notes_git [2026/03/11 18:30] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 22: | Ligne 22: | ||
| Voir : | Voir : | ||
| + | * https:// | ||
| + | * https:// | ||
| * https:// | * https:// | ||
| * [[https:// | * [[https:// | ||
| Ligne 120: | Ligne 122: | ||
| To see full file paths of the files that will change, run: | To see full file paths of the files that will change, run: | ||
| <code bash> | <code bash> | ||
| + | git diff --name-only [remote repo/ | ||
| + | |||
| + | # Ou encore | ||
| + | git diff --name-status [remote repo/ | ||
| git diff --numstat [remote repo/ | git diff --numstat [remote repo/ | ||
| </ | </ | ||
| Ligne 408: | Ligne 414: | ||
| </ | </ | ||
| + | |||
| + | # # Checkout the stable branch and find just the latest tag | ||
| + | # git checkout master | ||
| + | # git describe --abbrev=0 --tags | ||
| + | # git tag --sort | ||
| Ligne 452: | Ligne 463: | ||
| <code bash> | <code bash> | ||
| git diff origin/ | git diff origin/ | ||
| + | </ | ||
| + | |||
| + | Diff entre branches | ||
| + | <code bash> | ||
| + | git diff --name-only dev1..dev2 | ||
| + | git difftool -y -t vimdiff dev1 dev2 .gitlab-ci.yml | ||
| </ | </ | ||
tech/notes_git.1762876290.txt.gz · Dernière modification : de Jean-Baptiste
