Pls how do I publish my webpage on github | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pls how do I publish my webpage on github

25th Sep 2022, 9:04 PM
David Gabriel
David Gabriel - avatar
2 Answers
+ 3
git init git add . git commit -m "write something" git branch -M main/master git remote add origin "repository url" git push - origin main/master
27th Sep 2022, 4:59 PM
Alex
Alex - avatar