top | item 3860373

An easier way to create GitHub repositories

86 points| nfm | 14 years ago |github.com | reply

26 comments

order
[+] tallowen|14 years ago|reply
Glad to see that I'm not the only one who doesn't know what to do with notifications on github.
[+] jc4p|14 years ago|reply
Same here, my thought process whenever I see a new notification goes something like: "someone commented on my pull request? Two weeks ago? And I already replied to it?"
[+] mef|14 years ago|reply
I read the headline and hoped that they had come up with a way to create new repos from the command line. That being said, this is a great improvement, especially with the templates.
[+] DannoHung|14 years ago|reply
Have you tried this? http://defunkt.io/hub/

    # create a repo for a new project
    $ git init
    $ git add . && git commit -m "It begins."
    $ git create -d "My new thing"
    → (creates a new project on GitHub with the name of current directory)
    $ git push -u origin master
[+] patio11|14 years ago|reply
Sidenote motivated by "If you need to upgrade your account to add a private repository, you can now do that inside of the new repository screen." : You'd be really shocked how valuable paying attention to thirty seconds of the user experience can be when they're the thirty seconds separating an established software company from tens of thousands of credit cards.
[+] ajross|14 years ago|reply
I guess I'm confused. Creating repositories was difficult?
[+] 5vforest|14 years ago|reply
I can't tell you how many times I spent > 5 minutes trying to find where to create a new repo for my organization.
[+] mmahemoff|14 years ago|reply
It's easy for your eyeballs to gloss over those sidebars on the homepage, at top-level it looks like some detailed auxiliary info and not where you'd find critical functionality.
[+] seppo0010|14 years ago|reply
Anyone else shocked about the 9000+ notifications unread? Isn't that admitting it useless?
[+] AncientPC|14 years ago|reply
GitHub really needs to allow users to control their notifications and activity feed with finer granularity.

There are projects I work on, which I want to appear in my activity feed. There are projects I want to bookmark, which I don't want in my activity feed.

Right now the signal:noise ratio is terrible for activity feed and notifications.

[+] yuvadam|14 years ago|reply
Oh come on. Really, who cares about this?

Github has /so/ much more to fix before moving the New Repo button up to the top bar.

Cluttered news feed and activity stream and redundant notifications are issues that need desperate attention. Github, please fix them ASAP.

[+] technoweenie|14 years ago|reply
And we're working on /so/ much more than new repo screens too :)
[+] ecoffey|14 years ago|reply
I still want notification settings per organization membership.