Comment identifier le commit correspondant au tag alpha-prototype ?
alpha-prototype
Utiliser time_machine.js comme s’il s’agissait d’un hash de commit.
time_machine.js
Utiliser git log --oneline et copier le hash situé à côté de Add initial time flux capacitor.
git log --oneline
Exécuter git tag | wc -l avant qu’il n’existe le moindre tag.
git tag | wc -l
Toujours utiliser HEAD, car chaque jalon doit correspondre au commit le plus récent.