We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The last commit message you can change with
git commit --amend
When you want to show more than one commit message, for example the latest 3 or one of this, you have to enter
git rebase -i HEAD~3
But you should only do this with commits that you've not pushed to any remote server!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The last commit message you can change with
When you want to show more than one commit message, for example the latest 3 or one of this, you have to enter
But you should only do this with commits that you've not pushed to any remote server!!!
The text was updated successfully, but these errors were encountered: