Octogit - Giving git more tentacles
myusuf3.github.com
Octogit - Giving git more tentacles
1–10 of 39 posts
Re: Octogit - Giving git more tentacles
#2Re: Octogit - Giving git more tentacles
#3There are some things in 'hub' that aren't working in the release because of github's move away from user tokens—but there's an active branch with a proposed fix.
Re: Octogit - Giving git more tentacles
#4Seems pretty neat, but I personally find 'hub' ( https://github.com/defunkt/hub ) a better fit: it acts as a filter to git itself. This might be interesting for issues handling. (But it could probably be added to 'hub'). There are some things in 'hub' that aren't working in the release because of github's move away from user tokens—but there's an active branch with a proposed fix.
Re: Octogit - Giving git more tentacles
#5I built this. If there are bugs makes issues; I will fix them. I welcome suggestions and feature requests.
Re: Octogit - Giving git more tentacles
#6Re: Octogit - Giving git more tentacles
#7I built this. If there are bugs makes issues; I will fix them. I welcome suggestions and feature requests.
Perhaps:
octogit create git@github.com:org-name/new-repo-name.git 'new repo desc'
Re: Octogit - Giving git more tentacles
#8Earlier quoted context omitted.
Not a bug, just a question. 'octogit login' says "You need both a password and username to login". Where do I provide them?
octogit login I am updating the site now.
Re: Octogit - Giving git more tentacles
#9> A free, open source solution for creating github repositories from the commandline avoid the usual copy and paste. Keep up to date on issues, and much more.
Needs a comma.
> octogit login <username> <password> # allows you to store your github authetication data octogit create <reponame> 'description' # lets you create the repository both locally and on github octogit issues # lets you see all the related issues in the current repository octogit issues <number> # lets you see a specific issue with summary octogit issues <number> close # lets you close an issue
<'s everywhere.
The "follow" link's right hand corners are cut off.
The title is showing Octogit plus a unicode D with a horizontal line through it (can't seem to paste it here).
EDIT: Downvotes for constructive criticism? Really?
Re: Octogit - Giving git more tentacles
#10Earlier quoted context omitted.
octogit login I am updating the site now.
Is it possible to use an oauth-based thing instead? I don't know if github lets you do much with oauth, I'm just a little wary of storing my password in what would presumably be plaintext.
I understand your concerns, but if someone has access to your machine your Github password is the least of your worries.