Utilisateurs autorisés, Bureaucrates, Ingénieurs ISIG, Utilisateurs autorisés automatiquement, Masqueurs de modifications
385
modifications
Ligne 14 : | Ligne 14 : | ||
== Premier commit/push == | == Premier commit/push == | ||
Ces étapes peuvent ensuite se faire soit en ligne de commandes: | Ces étapes peuvent ensuite se faire soit en ligne de commandes: | ||
On indique quels fichiers ajouter à l'archive distante (ici, tous): | |||
<syntaxhighlight lang="bash"> git add . </syntaxhighlight> | <syntaxhighlight lang="bash"> git add . </syntaxhighlight> | ||
<syntaxhighlight lang="bash"> git commit -m "message de commit" </syntaxhighlight> | |||
<syntaxhighlight lang="bash"> git push -u origin main </syntaxhighlight> | <syntaxhighlight lang="bash"> git push -u origin main </syntaxhighlight> | ||