How to publish Html/Css website on GitHub | deploy html page on GitHub

Опубликовано: 09 Апрель 2026
на канале: IT Training Classes
299
16

How to publish Html website on GitHub | deploy html page on GitHub
Html, Css Website ko GitHub par kasa publish kara

Commands -:
git init
git add .
git status
git commit -m "first commit"
git remote add origin https://github.com/yourgitusername/yo...
git push -u origin master

Our Website -:
http://ittrainingclasses.in/