Remove setup instructions - repo successfully created
This commit is contained in:
parent
693aa19c87
commit
7622eb3126
@ -1,43 +0,0 @@
|
|||||||
# 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
|
|
||||||
Loading…
Reference in New Issue
Block a user