Assuming I am in the master branch, and I want to merge a branch called 'branch-A'.
There are any difference between calling or not the master branch?. i.e. doing like this
$ git merge branch-A
or like this:
$ git merge branch-A master
And if I invert the order???
$ git merge master branch-A
If there are any it should be something simple I think. I don't see differences, but maybe there are something that I just can't see. Thanks