1
0
mirror of https://github.com/balkian/gists.git synced 2025-01-06 22:01:29 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
J. Fernando Sánchez
a9ebe992c9 update readme 2021-10-30 20:35:04 +02:00
J. Fernando Sánchez
a073a5bd31 Remove creds file 2021-10-30 16:05:36 +02:00
2 changed files with 15 additions and 1 deletions

1
.gist
View File

@ -1 +0,0 @@
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

View File

@ -1 +1,16 @@
My gists :)
I ported them from gist.github.com so that I could easily mirror them in my private gitea instance.
I used two scripts to help me:
* Clone all my public gists as subtrees, so that their history could be merged into this repository's
* Rename the gists based on either the gist description or file name (for gists with a single file)
After that, the result was pretty much usable, and I only needed to merge/remove some of the repositories.
To use the script you will need pygithub:
```
pip install pygithub
```