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
mob done git fetch origin --prune git push --no-verify origin mob/main git checkout main git merge origin/main --ff-only git merge --squash --ff mob/main git merge --squash --ff mob/main git branch -D mob/main git push --no-verify origin --delete mob/main > nothing was done, so nothing to commit
The command git merge --squash --ff mob/main is triggered twice consecutively
git merge --squash --ff mob/main
The text was updated successfully, but these errors were encountered:
#358 fixed printing git merge just once in mob done
28dd1d8
Merge pull request #367 from remotemobprogramming/mob-done-merge-bug
c1e4141
Successfully merging a pull request may close this issue.
The command
git merge --squash --ff mob/main
is triggered twice consecutivelyThe text was updated successfully, but these errors were encountered: