Request: gitea CLI should support repository creation #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Request: Create FSS-Mini-RAG GitHub Synchronization Repository
Issue Summary
Need to create a new clean repository called
fss-mini-rag-githubfor production PyPI publishing and GitHub synchronization to avoid dirty git history.Repository Details
fss-mini-rag-githubBackground
The current Fss-Rag-Mini repository has extensive development history including experimental branches, test commits, and development artifacts. For PyPI publishing and professional GitHub presence, we need a clean repository with only production-ready code.
Clean Repository Prepared
I've prepared a clean repository at
/tmp/fss-mini-rag-clean/with:Manual Creation Steps Needed
Since the gitea CLI doesn't support repository creation:
Web Interface: Go to http://192.168.1.3:3000
Create Repository: Use "+" → "New Repository"
Settings:
fss-mini-rag-githubUpload Clean Repository:
Contents Include
Urgency
High - needed for PyPI launch preparation and clean GitHub synchronization.
Alternative
If manual creation is not preferred, we could use the GitHub API directly or accept the current repository with its development history.
This issue created because gitea CLI lacks repository creation functionality.