Support cloning via HTTPS
Created by: matthiasbalke
Currently marge-bot always clones GIT repositories via SSH, which is fine in most cases, but our GitLab is setup to only provide HTTPS access. Currently we cannot change this.
It would be awesome to provide a way to choose between SSH and HTTPS cloning.
If someone points me in the right direction I'm willing to implement this as a PR.