Merged WritingFree repository content into this repository. - Added poems directory with 4 poems from WritingFree - Added SETUP-GITEA.md documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
44 lines
1.0 KiB
Markdown
44 lines
1.0 KiB
Markdown
# Instructions pour finaliser la configuration Gitea
|
|
|
|
Le repository local est prêt mais doit être créé sur Gitea.
|
|
|
|
## Étapes à suivre
|
|
|
|
### 1. Créer le repository sur Gitea
|
|
|
|
Allez sur **https://git.etheryale.com** et créez un nouveau repository :
|
|
|
|
- **Nom:** WrittingFantasy
|
|
- **Description:** Projet d'écriture fantasy
|
|
- **Visibilité:** Privé (recommandé) ou Public
|
|
- **NE PAS** cocher "Initialize repository" (déjà fait localement)
|
|
|
|
### 2. Pusher le commit initial
|
|
|
|
Une fois le repo créé sur Gitea :
|
|
|
|
```bash
|
|
cd /mnt/c/Users/alexi/Documents/projects/WrittingFantasy
|
|
git push -u origin main
|
|
```
|
|
|
|
### 3. Vérifier
|
|
|
|
Le repository devrait maintenant être synchronisé avec Gitea.
|
|
|
|
### 4. Supprimer ce fichier
|
|
|
|
Une fois le setup terminé, vous pouvez supprimer ce fichier :
|
|
|
|
```bash
|
|
git rm SETUP-GITEA.md
|
|
git commit -m "Remove setup instructions"
|
|
git push
|
|
```
|
|
|
|
## Informations techniques
|
|
|
|
- **Remote origin:** git@git.etheryale.com:StillHammer/WrittingFantasy.git
|
|
- **Branch:** main
|
|
- **Premier commit:** 4209ee6
|