From 6a00264c328294a8161343646e3fcf664b7635f5 Mon Sep 17 00:00:00 2001 From: Mohamed Ibrahim Date: Thu, 19 Feb 2026 12:31:40 +0100 Subject: [PATCH] Actualiser README.md --- README.md | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 6a940b9..64d6bbc 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,25 @@ -# ![Bannière de profil](https://capsule-render.vercel.app/api?type=waving&color=auto&height=200§ion=header&text=Salut,%20moi%20c'est%20[TonPrénom]!&fontSize=50&animation=fadeIn) +# ![Header](https://capsule-render.vercel.app/api?type=rect&color=0D1117&height=150§ion=header&text=Développeur%20en%20devenir&fontSize=45&fontColor=ffffff&desc=Environnement%20Linux%20|%20Versionnage%20Git&descSize=20&descAlignY=70) -### 🧊 On brise la glace ? -![Dev Meme](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExNGJueXp3bm94bmZ6Znd4Znd4Znd4Znd4Znd4Znd4Znd4Znd4JmVwPXYxX2ludGVybmFsX2dpZl9ieV9pZCBmYy1mYyZjdD1n/3o7TKSjPqcKIDw7qY8/giphy.gif) -> *"Le code fonctionne au premier essai... Quelque chose ne va pas."* +## 📋 Profil & Objectifs +* **Système :** Utilisateur quotidien de **Linux**, privilégiant la ligne de commande pour l'efficacité. +* **Focus actuel :** Maîtrise avancée de l'écosystème **Git & GitHub** et des flux de travail collaboratifs. +* **Contact :** [Insérer lien LinkedIn] | [Insérer Email] --- -## ⚡ En bref -* 🐧 **OS :** Je vis dans un terminal **Linux**. -* 🛠️ **En ce moment :** Je dompte **Git & GitHub** pour arrêter de supprimer mes projets par erreur. -* 💬 **Contact :** Tu peux me joindre via [LinkedIn](Lien_Vers_Ton_Profil) ou en ouvrant une Issue ici ! +## 🛠️ Stack Technique +![Linux](https://img.shields.io/badge/Linux-000000?style=flat-square&logo=linux&logoColor=white) +![Git](https://img.shields.io/badge/Git-F05032?style=flat-square&logo=git&logoColor=white) +![GitHub](https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white) +![Shell](https://img.shields.io/badge/GNU_Bash-4EAA25?style=flat-square&logo=gnu-bash&logoColor=white) +![VSCode](https://img.shields.io/badge/VS_Code-007ACC?style=flat-square&logo=visual-studio-code&logoColor=white) --- -## 🧰 Ma boîte à outils -![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white) -![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) -![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white) -![VSCode](https://img.shields.io/badge/VS_Code-007ACC?style=for-the-badge&logo=visual-studio-code&logoColor=white) -![Markdown](https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white) +## 📖 Mémo Technique : Workflow Git +*Récapitulatif des commandes fondamentales pour la gestion de dépôts.* ---- - -## 🆘 Mon Pense-bête Git (Survie) -Parce qu'on oublie toujours la commande quand on en a besoin. - - - -### 🏗️ 1. Démarrer un projet +### 1. Initialisation et Liaison ```bash -git init # Créer un dépôt local -git remote add origin [URL_DEPOT] # Lier à GitHub \ No newline at end of file +git init # Initialise un nouveau dépôt local +git remote add origin # Connecte le dépôt local au serveur distant \ No newline at end of file