Skip to content
Snippets Groups Projects
Commit bbf226c3 authored by Srdjan Grubor's avatar Srdjan Grubor
Browse files

Updated README to specify interpreter compat and update contributors

We now prominently show that Python2 and Python3 are both supported. WJT
and Adar have been added to contributors too.
parent 952c4c56
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ gh_fetch
========
### Downloader and updater for your github repos.
- Did you ever needed to keep a backup of a large number of GitHub repos?
- Did you ever need to start using your dev machine quickly but had to clone repos one by one?
- Did you ever need to update (fetch) a ton of repositories from GitHub but you had to do it one by one?
......@@ -10,6 +9,8 @@ gh_fetch
**gh_fetch** is designed to fix all of these problems by automating the process to the maximum extent possible. This tool will go through your (or another account's) GitHub repos both public and private including repositories from organizations you are a member of and fetch the most recent changes for it, cloning the relevant repos if they are not already downloaded. Feature set will be expanding per my current needs but you are free to fork and issue a pull request.
**Note: This code works with both Python3 (default) and Python2 (when invoked with `python2` prefix)**
```
$ ./update_repos -h
usage: update_repos [-h] [--version] [-d DIRECTORY] [-t TOKEN_FILE] [-s] [-m]
......@@ -64,5 +65,7 @@ optional arguments:
- Lots of testing
## Contributors
- Srdjan Grubor ([@sgnn7](http://github.com/sgnn7))
- Dan Nicholson ([@dbnicholson](http://github.com/dbnicholson))
- Srdjan Grubor ([@sgnn7](https://github.com/sgnn7))
- Dan Nicholson ([@dbnicholson](https://github.com/dbnicholson))
- Will Thompson ([@wjt](https://github.com/wjt))
- Nimrod Adar ([@adarnimrod](https://github.com/adarnimrod))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment