3 résultats trouvés
Affiche les résultats de 1 à 3 sur 3.
Catégorie 03 Actus
Oh shit, I committed and immediately realized I need to make one small change!
# make your change git add . # or add individual files git commit --amend # ...
FAQ
100%
Oh shit, I did something terribly wrong, please tell me git has a magic time machine!?!
git reflog # you will see a list of every thing you've done in git, across ...
Catégorie 01 Actus
Oh shit, I need to change the message on my last commit!
git commit --amend # follow prompts to change the commit message