Make sure you have the following installed:
- aria2
- unzip
- gcc (or other equivalent compilers)
To install them on a Debian/Ubuntu system:
sudo apt install aria2 unzip gccTo install them on an Arch system (i use arch btw ¯(ツ)/¯ ) :
sudo pacman -Syy aria2 unzip gccmake
make installClone a GitHub repository by running:
zigit clone https://github.com/user/repoor
- Use the
-bor--branchflag followed by the name of the branch to specify a branch.
- Add an option to specify custom branch
- Add true clone support in git sense
- Add progress bar for extraction
- Support for private repositories (via token)