I created a local git repository in C:\temp\ConsoleApplication1 . Then I click the Git Flow button and click OK to accept all the default settings. Now under the branches I see development and development.
Then I press Git Flow again to start a new function, then make some changes and finally complete the function.
Now my branch looks like this:
[develop] add line 1 [master] initial commit
Question: I would like to combine development in the main branch. How to do it right?

I tried to select the develop branch, and then click the Merge button. No matter which commit I choose, nothing happens. I also tried to choose a master and I see no difference.
git atlassian-sourcetree
q0987
source share