Answer the question
In order to leave comments, you need to log in
How to setup multiple pages in github?
Slowly I understand with git, the following question arose:
Here I have username.github.io
How can I push my mini projects to username.github.io/project1, username.github.io/project2 ... ?
Now I just do this (Sublime 3 + Sublime Git):
git quick add
git quick commit
git push
[remote "origin"]
url = https://user:[email protected]/user/user.github.io
Answer the question
In order to leave comments, you need to log in
project1 matches the name of your repository. That is, if you have github pages configured, you can safely push your code to other repositories and it will be available at username.github.io/ repository name
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question