From 5ea34364382a8678c600d87007c90c17add295ae Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Fri, 22 May 2026 08:18:42 +0200 Subject: [PATCH] 1 --- .gitignore | 2 +- repo.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 repo.md diff --git a/.gitignore b/.gitignore index f5b6a04..8b13789 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -repo.md + diff --git a/repo.md b/repo.md new file mode 100644 index 0000000..94f1830 --- /dev/null +++ b/repo.md @@ -0,0 +1,19 @@ +# Dépôt distant + +- **URL** : https://git.maison43gil.com/gilles/nano_metrics.git +- **Token** : bc443d422e153262924aa5187f7579238e698350 + +## Commande push + +```bash +git remote add origin https://git.maison43gil.com/gilles/nano_metrics.git +git push -u origin main +``` + +Avec token (si besoin) : + +``` +https://bc443d422e153262924aa5187f7579238e698350@git.maison43gil.com/gilles/nano_metrics.git +``` + +> Ce fichier est dans `.gitignore` — ne jamais committer.