Closed AHOHNMYC closed 5 years ago
Could you squash the commits, please?
Uhm, what I supposed to do? Doesn't GitHub has feature Squash and merge
like GitLab?
Yes, but we usually create a merge commit.
Unfortunately the Squash and merge
feature puts the commits directly in the master
branch without it.
You can squash the two commits with git rebase -i HEAD~2
:
pick
with squash
or s
at the beginning of the second commit's line, save and exit the editor.Done! :smiley_cat:
Thank you very much for your contribution!
I had too old PowerShell, and waste almost hour to investigate the root of troubles. Maybe this PR helps other.