Jump to content

Github question

piplupgao

For example if my website is piplupgao.goithub.io how do I make piplupgao.github.io/blog

<p>Wires Suck :angry:
!fY0|_|(4|\|R34[)7#!5PMM37#3(0[)3:1337 70833|\|73R3[)!|\|49!\/34\|/4Y 4|\|[)93741!f3

 

Link to comment
Share on other sites

Link to post
Share on other sites

So did quick test:

mkdir blog && cd blogecho "Hello World from blog dir" > index.htmlgit add .git commit -m 'blog index'git push

And that's it.

Link to comment
Share on other sites

Link to post
Share on other sites

So did quick test:

mkdir blog && cd blogecho "Hello World from blog dir" > index.htmlgit add .git commit -m 'blog index'git push

And that's it.

Mind giving me a toutorial on what you did cuz that dosen't seem to be working for me :/

<p>Wires Suck :angry:
!fY0|_|(4|\|R34[)7#!5PMM37#3(0[)3:1337 70833|\|73R3[)!|\|49!\/34\|/4Y 4|\|[)93741!f3

 

Link to comment
Share on other sites

Link to post
Share on other sites

Mind giving me a toutorial on what you did cuz that dosen't seem to be working for me :/

What OS are you using? I did it from osx terminal but that should work on linux too. Do you use some kind of git GUI?

Link to comment
Share on other sites

Link to post
Share on other sites

What OS are you using? I did it from osx terminal but that should work on linux too. Do you use some kind of git GUI?

I have windows and the github program

<p>Wires Suck :angry:
!fY0|_|(4|\|R34[)7#!5PMM37#3(0[)3:1337 70833|\|73R3[)!|\|49!\/34\|/4Y 4|\|[)93741!f3

 

Link to comment
Share on other sites

Link to post
Share on other sites

Then just open the repository directory in explorer from the gear icon, create drectory 'blog', create index.html in there. Then in the github client app click sync if the changes aren't picked up then in the 'Uncommited changes' enter some description and push 'Commit to master'.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×