Skip to content

A simple script to help clone repos using your github PAT.

Notifications You must be signed in to change notification settings

Innocent9712/gclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions




How to install

  • Open the gclone.sh file and add your github Personal Access Token (PAT) and Username part of the code.

switch

    git clone https://[github-PAT]@github.com/[Username]/"$1".git

for

    git clone https://[email protected]/JohnDoe45/"$1".git

The above is an example. To create your PAT check here

  • Run the install file, to install the command

And you're done.



Usage

  • Run gclone repo-name to clone a repository.

Example

    gclone my-first-repo



How to uninstall

Simply run the uninstall executable file to uninstall.

About

A simple script to help clone repos using your github PAT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages