Stack branch management for Git. git-stack is another approach to bringing Stacked Diff workflow to pull requests and branches that aims to be unintrusive to a project's workflow.
Stack branch management for Git. git-stack is another approach to bringing Stacked Diff workflow to pull requests and branches that aims to be unintrusive to a project's workflow.
To install git-stack, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-stack
To see what files were installed by git-stack, run:
port contents git-stack
To later upgrade git-stack, run:
sudo port selfupdate && sudo port upgrade git-stack
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.