Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 361 Bytes

TrainingGit

Dépot d'exemples pour le training Git.

Utiliser Git dans Docker

docker-compose up --build -d
docker-compose exec git bash
cd /var/git

Je tente de générer un conflit

Et encore un autre

git branch mykillerfeature git branch -f master master^ MASTER OF PUPPETS ! git push origin master -f git push origin mykillerfeature