Setup custom-git
on your system
The following commands will help you to install custom-git on your terminal or update it when new releases come out. You can also uninstall custom-git if you feel like it’s not for you.
Table of contents
Demo
Install
# with curl
bash -c "$(curl -fsSL https://custom-git.io/install)"
# with wget
bash -c "$(wget -qO- https://custom-git.io/install)"
Update
# with curl
bash -c "$(curl -fsSL https://custom-git.io/update)"
# with wget
bash -c "$(wget -qO- https://custom-git.io/update)"
Uninstall
# with curl
bash -c "$(curl -fsSL https://custom-git.io/uninstall)"
# with wget
bash -c "$(wget -qO- https://custom-git.io/uninstall)"