Skip to content
Snippets Groups Projects
Commit ac91b939 authored by FILIPPONE Jerome's avatar FILIPPONE Jerome
Browse files

Upload New File

parent 75eba24b
No related branches found
No related tags found
No related merge requests found
ETAPE 1. Configurer GIT
git config --global user.name "nom_etudiant"
git config --global user.email "email_etudiant"
git config --global --add credential.helper "store --file ~/.git-credentials"
chmod 0600 ~/.git-credentials
git config --global http.proxy http://proxy.infra.univ-lorraine.fr:3128
git config --global https.proxy https://proxy.infra.univ-lorraine.fr:3128
git config --global --list
ETAPE 2. Récupérer le projet
git clone https://gitlab.univ-lorraine.fr/filippon1/projet1.git
(ecrire le login/mdp une seule fois, ils sont alors enregistrés dans ~/.git-credentials)
ETAPE 3.Fusionner les branches et observer l'historiques des commits
git checkout main
git merge dev1
git log --graph --oneline --all --decorate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment