git-util
git-util is a set of utilities use to make various Git operations easier and save development time.
Note that git-util is beta quality. There may be bugs and future update may contain breaking changes.
Install
git-util can be installed either from a package manager, a package, or source.
Configure the SylvanBytes package manager of your choice and install git-util as sylvanbytes-git-util.
See the project page for more information.
Alpine Package Install
-
Configure your system to use the SylvanBytes Alpine package repository.
-
Install the package:
apk add sylvanbytes-git-utils
Manual Alpine Install
- Search the Alpine repository directly and download your preferred package.
- Install the package:
apk add --allow-untrusted <package>
Install via source
Checkout the source from the SylvanBytes git mirror at git clone git@git.sylvanbytes.com:git-util.git or git clone git@git.sr.ht:~sylvanbytes/git-util
and follow the instructions in the README.md.