I have one remote repository with many branches. For example, my repository name is:
http://navis.com/MyRepo.git
Its branches are:
development
production (master)
testing
I would like to merge the development
branch into the production
(master) branch. Can anybody share a Git command for merging two remote branches?