Skip to content

Download all the repositories the user contributed to or repos from the orgs the user is part of.

License

Notifications You must be signed in to change notification settings

ganeshk254/gitdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

gitdown

Clone all the repositories the user contributed to or repos from the orgs the user is part of. This includes the user personal repositories and the organizations repositories.

Usage

Simply clone the repository/download the gitdown.rb file.

Generate your personal access token

  • You can create your personal access token at https://github.com/settings/tokens
  • Remember to note the token down as GitHub will not show it again.
  • The personal access token page for GitHub Enterprise Edition is <EnterpriseURL>/settings/tokens

Command

ruby gitdown.rb -t <token> -e <endpoint>

Examples -

  • If you want to clone from github.com, you can simply use
    ruby gitdown.rb -t youraccesstokenhere
  • If you are using GitHub Enterprise Edition, you can use
    ruby gitdown.rb -t youraccesstokenhere -e https://github.acme.com/api/v3

About

Download all the repositories the user contributed to or repos from the orgs the user is part of.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages