A suite of advanced tools for Git, such as `git undo`, and `git sl` (smartlog)
A suite of advanced tools for Git, such as `git undo`, and `git sl` (smartlog). `git-branchless` is a suite of tools to help you visualize, navigate, manipulate, and repair your commit history. It's based off of the branchless Mercurial workflows at large companies such as Google and Facebook.
A suite of advanced tools for Git, such as `git undo`, and `git sl` (smartlog). `git-branchless` is a suite of tools to help you visualize, navigate, manipulate, and repair your commit history. It's based off of the branchless Mercurial workflows at large companies such as Google and Facebook.
To install git-branchless, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-branchless
To see what files were installed by git-branchless, run:
port contents git-branchless
To later upgrade git-branchless, run:
sudo port selfupdate && sudo port upgrade git-branchless
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.