Skip to content
Snippets Groups Projects
Commit d22abc44 authored by Al Massati Bilal's avatar Al Massati Bilal
Browse files

procedure git V1

parent 676b258c
No related branches found
No related tags found
No related merge requests found
# Procedure git
## Creation du dépot
git clone "clé https" // clé fournis sur dans le projet git
## Ajouter un fichier // Avant cette étape,il faut avoir le fichier concerné dans son dépot
git add "fichier concerné"
## Commmit les fichiers concernés
git commit -m "commentaire de versionning" // commentaire en version ( V1,V2,V3.1 etc...)
## Envoye des fichiers sur git :
git push
authentification login et mot de passe avec token
## Recuperation de fichier du git vers le local
git pull
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment