public class Merge
extends Object
Implements Git Merge command between branches in a bare repository.
Branches needs to be part of the same repository, you cannot merge
branches from different repositories (or forks).
This command is based on Git Cherry Pick command.
It returns the list of commits cherry picked.