1 |
git reset --soft HEAD~1 |
This removes the last commit you made, along with the commit messages.
It will leave the files you added to the repository.
1 |
git reset --soft HEAD~1 |
This removes the last commit you made, along with the commit messages.
It will leave the files you added to the repository.