This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| informatique:git [2024/12/08 16:04] – yahiko | informatique:git [2026/05/10 19:48] (current) – yahiko | ||
|---|---|---|---|
| Line 131: | Line 131: | ||
| git pull git@forge.tedomum.net: | git pull git@forge.tedomum.net: | ||
| </ | </ | ||
| + | |||
| + | ===== Créer une nouvelle branche ===== | ||
| + | |||
| + | <code bash> | ||
| + | git checkout -b nouvelle-branche | ||
| + | git push origin nouvelle-branche | ||
| + | </code bash> | ||
| + | |||