Ako nasadiť html webové stránky na github

Príklady kódu

0
0

nasadenie html na stránky github

# -> Github.com + make public repo
'username.github.io'#, where
# username is your username 
# (or organization name).

# CLONE
git clone https://github.com/username/username.github.io

# COMMIT
git add --all
git commit -m "init commit"

# DONE :)
git push -u origin main

# VIEW :)
# Fire up a browser and go to https://username.github.io.
-1
0

ako nasadiť webovú stránku na github

First download github in your pc.
Create a new github project.
Copy your files to the respository folder.
Publish your website.

Podobné stránky

Podobné stránky s príkladmi

V iných jazykoch

Táto stránka je v iných jazykoch

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................