python-github-backup icon indicating copy to clipboard operation
python-github-backup copied to clipboard

backup a github user or organization

Results 53 python-github-backup issues
Sort by recently updated
recently updated
newest added

Attempting to filter with `--name-regex` or `--exclude` will crash if gists are included, since those don't have a `"name"` param. Can probably be fixed by replacing `r["name"]` with `r.get("name", None)`...

Bumps the python-packages group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.4.2` |...

dependencies
python

Looks like we may need to get the "git lfs clone" updated as it's deprecated now and lfs should be a flag with "git clone"? WARNING: `git lfs clone` is...