Push to and pull from a Git server repository from Mercurial.
This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial.
This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial.
To install hg-git, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hg-git
To see what files were installed by hg-git, run:
port contents hg-git
To later upgrade hg-git, run:
sudo port selfupdate && sudo port upgrade hg-git
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.