Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

apinanyogaratnam/clone-git-subdirectory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone Git Subdirectory

A cli tool built using rust to clone git subdirectories.

Table of Contents

Installation

Download the cli tool

macos:

(cd ~ && curl https://github.com/apinanyogaratnam/clone-git-subdirectory/raw/main/binaries/cgs-macos --output cgs && chmod +x ./cgs && echo "alias cgs='~/cgs'" >> ~/.zshrc)

Note: you may need to restart your terminal

Usage

cgs https://github.com/apinanyogaratnam/opensea-wrapper/tree/master/example

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.