T
T
tvsjke2016-11-17 13:02:26
GitHub
tvsjke, 2016-11-17 13:02:26

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

Well, in the config
[remote "origin"]
    url = https://user:[email protected]/user/user.github.io

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Pasyuk, 2016-11-17
@ilyapasyuk

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 question

Ask a Question

731 491 924 answers to any question