tags:

views:

35

answers:

1

This seems like it should be simple, but I can't figure it out. I'm happy to use the website or the command line.

EDIT: Say there is some repository/user named foo on GitHub, and there is a project named bar.

So, you could go to github.com/foo/bar

I would also like to create github.com/foo/bar2

Sorry for my ignorance... I'm making the switch from SVN.

+4  A: 

Okay, first a note on terminology: if the URL is http://github.com/foo/bar, then

  • foo is the user
  • bar is the repository

Simply log in to github, go to your Dashboard (the link at the top right), and look at the bottom of the page. There's a link "Create a Repository" there.

(I understand the reason for the question now. It took me a minute to find it, too...)

Thomas