Create A Sample Resume And Push to GitHub Pages
STEP BY STEP
🛠️ 1️⃣ Install Git
💻 Windows: Download from git-scm.com
🐧 Linux:sudo apt install git -y
🍏 Mac:brew install git
2.🔧 2️⃣ Set Up Git
3.🌱 Configure Envi...