328 résultats trouvés Displaying results 286 to 300 of 328.
Pages
100%
FAQ
git reflog # you will see a list of every thing you've done in git, across ...
# make your change git add . # or add individual files git commit --amend # ...
git commit --amend # follow prompts to change the commit message