From 20eb495357fe5886ce72eb5d66235cb5028d5e45 Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Tue, 19 May 2026 06:49:26 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20ajout=20tokengite.md=20et=20mise=20?= =?UTF-8?q?=C3=A0=20jour=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 1 - tokengite.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 tokengite.md diff --git a/.gitignore b/.gitignore index 8689c78..5cb1f79 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ Cargo.lock # Fichiers locaux non versionnés .claude/ -tokengite.md consigne_claude_project_sentinelmesh_md.md doc_brainstorming/ repo_glance/ diff --git a/tokengite.md b/tokengite.md new file mode 100644 index 0000000..f16d667 --- /dev/null +++ b/tokengite.md @@ -0,0 +1,13 @@ +# Token Gitea SentinelMesh + +- **URL** : https://git.maison43gil.com/gilles/SentinelMesh.git +- **Utilisateur** : gilles +- **Token** : 8bb9ee27860bd2f66c4113406dbcc0d545ba6ac6 + +## Utilisation + +```bash +git remote set-url origin "https://gilles:8bb9ee27860bd2f66c4113406dbcc0d545ba6ac6@git.maison43gil.com/gilles/SentinelMesh.git" +git push +git remote set-url origin "https://git.maison43gil.com/gilles/SentinelMesh.git" +```