Skip to content

Bash scripts for all cloning and updating git repos under an organization you have access to.

License

Notifications You must be signed in to change notification settings

adrijshikhar/bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-scripts

Bash scripts for all cloning and updating git repos under an organization you have access to.

To use the scipts, follow the steps :

  1. Copy cloneall.sh.example to cloneall.sh and updateall.sh.example to updateall.sh
  2. Enter your username and user token in the bash scripts.
  3. Change the permissions by running chmod 755 ./cloneall.sh ./updateall.sh
  4. Run ./cloneall.sh <location> <type of the repo> <user/organization> to clone all the repos For eg ./cloneall.sh . private sdslabs to clone all private repos in current directory
  5. Run ./updateall.sh <location> <type of the repo> <user/organization> to update the cloned repos For eg ./updateall.sh . private sdslabs to update all private repos in current directory

About

Bash scripts for all cloning and updating git repos under an organization you have access to.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages