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
Commits squashed with git rebase -i ... shows up in git standup. But not in git standup -B. I would expect squashed commits to not show up.
git rebase -i ...
git standup
git standup -B
The text was updated successfully, but these errors were encountered:
PR is welcome!
Sorry, something went wrong.
I would expect squashed commits to not show up.
Use fixup replace with squash
fixup
squash
s, squash = use commit, but meld into previous commit f, fixup = like "squash" but keep only the previous commit's log message
Ok, commits squashed with fixup doesn't seem to show up. I don't understand why, since the original commit is still in the repo (as with squash)
No branches or pull requests
Commits squashed with
git rebase -i ...
shows up ingit standup
. But not ingit standup -B
.I would expect squashed commits to not show up.
The text was updated successfully, but these errors were encountered: