22501fe0b5
Made-with: Cursor
555 B
555 B
Push to your Gitea
-
Create a new repository on your Gitea instance (e.g.
bulk-renamer, empty, no README). -
Add the remote and push (replace with your Gitea URL and username):
cd "/home/jorg/Documents/Cursor Projects/Bulk Renamer"
git remote add origin https://your-gitea.example.com/your-username/bulk-renamer.git
# or SSH:
# git remote add origin git@your-gitea.example.com:your-username/bulk-renamer.git
git branch -M main
git push -u origin main
- If Gitea asks for auth, use your normal login (or a token for HTTPS).