Git Link Alias
This week I’ve published a set of Git utilities for aliasing commands with wrapper scripts. Check the documentation for detailed getting started and usage instructions, the source code is available on GitHub. What follows is the TLDR for installation and usage…
Clone
mkdir -p ~/git/hub/git-utilities
cd ~/git/hub/git-utilities
git clone --recurse-submodules git@github.com:git-utilities/link-alias.git
Install
cd ~/git/hub/git-utilities/link-alias
make install
Usage
After installing git-link-alias
the any script within the alias-scripts/
directory may be installed by name, eg…
git link-alias init