https://github.com/pcmoore/pstg
TODO: write proper docs as this README is ... not very helpful :)
This repo is a collection of rather crude scripts built on top of Stacked Git designed to help automate my own development and review workflows. I'm providing these scripts mostly as an example for others, not something I plan to support or regularly update. There are more warts and ugliness in these scripts than I can describe here (option parsing is an obvious one), so while they may work for me, please be warned.
The scripts are intended to be run in place of the Stacked Git command, stg,
using a shell alias. The following is what I use in the Bash shell:
% alias stg='/<dir>/pstg'