Как да се разположи на html сайт в github

Примерен код

0
0

разполагането на html страници 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

как да се разположи сайт в github

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

Подобни страници

Подобни страници с примери

На други езици

Тази страница на други езици

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