Jinsi ya Kutumia Git na GitHub kwa Web Projects
🔖 Tags:
git, github, faulink, version control, git tutorial tanzania, web projects backup
🗝️ Keywords:
git basics, push to github, github beginners, tanzania coding
📘 Notes / Code:
git init
git add .
git commit -m "Initial project setup"
git branch -M main
git remote add origin https://github.com/username/fa.git
git push -u origin main