From 56e29e6ef51acd75d86b76691e13eb452a1e6adb Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 15 Sep 2023 00:30:02 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 066178a..65cb521 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # github-to-gitea-mirror A tool designed to automate the process of mirroring repositories from GitHub to Gitea. By leveraging the APIs of both platforms, this script identifies repositories on GitHub that aren't mirrored on Gitea and seamlessly mirrors them. Ideal for developers aiming to maintain a backup or a consistent repo state across both platforms. + +## Chat GPT +This script was created with the help of Chat GPT. A link to the conversation is available [here](https://chat.openai.com/share/b62cabf7-ccc5-471f-89bc-7c272bbb4ec5).