GHC is a simple bash function that allows replacing this:
git clone https://github.com/user/repository.git
for this:
ghc user/repository
Dead simple, dead useful for command replications in different systems.
In order to add it to your system:
- Copy it and paste-it to your
.bashrc
/.bashprofile
/.zshrc
/etc - Run
source ~/.bashrc
(you understand)