Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.38 KB

File metadata and controls

56 lines (45 loc) · 1.38 KB
layout title nav_order permalink
default
Setup
2
/setup

Setup custom-git on your system

{: .no_toc }

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. {: .fs-6 .fw-300 }

Table of contents

{: .no_toc .text-delta }

  1. TOC {:toc}

Demo

<iframe class="responsive-iframe" src="https://www.youtube.com/embed/StaPAVXnAm0?start=166&end=186&controls=0&modestbranding=1&autohide=1&rel=0&fs=1&iv_load_policy=3&widget_referrer=https://custom-git.io" title="gadd demo" frameborder="0" allow="clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

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)"