Réinitialiser la branche à une autre branche
git reset --hard master # master can be any other branch that is already contained in current branch
Destroyer of seg faults
git reset --hard master # master can be any other branch that is already contained in current branch