Pls how do I publish my webpage on github | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Pls how do I publish my webpage on github

25th Sep 2022, 9:04 PM
David Gabriel
David Gabriel - avatar
2 Antworten
+ 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