defunkt / github-gem

`github` command line helper for simplifying your GitHub experience.
http://github.com
MIT License
1.12k stars 188 forks source link

Creating repositories that contains whitespace #47

Closed oleander closed 9 years ago

oleander commented 13 years ago

It now works to create a repo that contains whitespace.

Before, the ingoing argument was used as the name of the repo. Now I'm using the repo name that is being returned from Github.

github create "My Repo"
=> git@github.com:oleander/My-Repo.git
oleander commented 13 years ago

Any news on this one?