Recherche
Pertinence : 100%
Oh shit, I need to change the message on my last commit! Plan vert
git commit --amend # follow prompts to change the commit message
Type : FAQ
Pertinence : 100%
Oh shit, I committed and immediately realized I need to make one small change! Transport
# make your change git add . # or add individual files git commit --amend # follow prompts to change ...
Type : FAQ
Pertinence : 100%
Oh shit, I did something terribly wrong, please tell me git has a magic time machine!?! Culture et Loisir
git reflog # you will see a list of every thing you've done in git, across all branches! # each one ...
Type : FAQ