Skip to content

Morilhat-Paul/RepoCloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Logo


Repo Cloner

 

Clone all your personal / organisation repository

 

wakatime GitHub tag (latest by date)

 

   

ℹ️ About the scripts

You can clone your public personal repository with the Clone_personal_repos bash script.
If you want to do the same with your private repository, just use the script with the -p / --private option.

You can also clone your organisation repository with the Clone_organisation_repos bash script.

You just need to create a personal GitHub access token and add it to the script. Change the TOKEN variable (in the script code) by your token.
To change the organisation name, change the ORGANISATION variable (in the script code) by your organisation name.

   

🛠️ Technologies