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
Using git rebase multiple times, make the commit messages say "This level has to be done in reverse order"
git rebase
Branches would be as follows, with each word being its own commit, and with the branch in parenthesis:
This level (master) This has to be (hasto) This done (done) This in reverse order (reverse)
git gud status (after interactive rebase)
git gud status
======= Simulating: git log --oneline --reverse This level has to be done in reverse order <<<<<<<
The text was updated successfully, but these errors were encountered:
It doesn't matter what happens to the other branches, we just want master to have the full sentence at the end of the level
Sorry, something went wrong.
benthayer
Successfully merging a pull request may close this issue.
Using
git rebase
multiple times, make the commit messages say "This level has to be done in reverse order"Branches would be as follows, with each word being its own commit, and with the branch in parenthesis:
git gud status
(after interactive rebase)The text was updated successfully, but these errors were encountered: