This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
informatique:git [2024/11/23 16:45] – [Ajouter les fichiers au dépot] yahiko | informatique:git [2024/12/08 16:04] (current) – yahiko | ||
---|---|---|---|
Line 112: | Line 112: | ||
<code bash> | <code bash> | ||
git push --set-upstream git@forge.tedomum.net: | git push --set-upstream git@forge.tedomum.net: | ||
+ | </ | ||
+ | |||
+ | Si problème lors du push : | ||
+ | <code bash> | ||
+ | git pull --rebase origin main | ||
+ | git push --set-upstream origin main | ||
</ | </ | ||