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 Environment
4.Enter Into Directory
5.Enter #touch index.html# into your terminal to add files or txt
- 📂Clone Your Github Repo
Open your github and create a new repository and copy the command with the URL and paste on your terminal
![Image description](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ccrju2jeprs1si4f6x4
7.Push to GitHub 8.🔍 5️⃣ Check Repo Status ##git status
9.To Open The File ##vim index.html
10.You could ask chatgpt to generate a simple index.html file for a personal resume website then you paste it into the terminal 11.To exit the page press esc+shift+:+wq w-save q-quit
12Add files by typing either of these ## git add. or git add index.html then you can check with git status
13.💾 Commit the file using this command ##git commit -m
14.⬆️ Push using git push origin master/main
15.Voila
16.How To Host On Github Pages Navigate to settings then find pages and save it NB branch has to be main or master https://samdudey.github.io/CLASS/ 🎉 Congratulations, You're Now a Git Ninja! 🥷🚀