Ajout des fichiers de vérification et des scripts de sauvetage Add LICENSE Correction alias log shheeebbaaaannngg
8 lines
235 B
Bash
Executable File
8 lines
235 B
Bash
Executable File
git remote add origin https://gitlab.utc.fr/picasoft/formations/A18/tp-v2
|
|
git fetch
|
|
git checkout --quiet master
|
|
git reset --hard HEAD^
|
|
git checkout --quiet rebase_conflit
|
|
git reset --hard origin/rebase_conflit
|
|
git remote remove origin
|