Having finished writing the code in the develop branch, I do: git flow release start *.*.* , Then git flow release finish *.*.* -p and develop all the unsent commits into the develop branch.

The next step I switch to the master branch and I also display all uncommitted commits in the remote repository. Question: how can I merge all uncommitted commits into master into a remote repository with one commit?

    0