Nice little collection of shell tools for the everyday dev
- Run
./install.sh
to install the toolbox
- Run
gst_uninstall
By default, GST comes enabled, to disbale it, run `gst_disble'
Similarly, to re-enable it run: `gst_enable'
git tag -a stable/x.y.z -m <message>
git tag --delete stable/latest
- delete the local taggit push origin --delete stable/latest
- delete the remote taggit tag stable/latest
- create the local taggit push origin --tags
git checkout main
git tag --delete stable/latest
git fetch
git checkout stable/latest