Re: [go-nuts] Using git-codereview with GitHub

2018-11-22 Thread Shulhan
On Wed, 21 Nov 2018 14:48:20 + Paul Jolly wrote: > > There is hub [1]. If you have not heard it, its work by > > repo-branch-commits, > > Thanks, but as I understand it, this tool is branch-based. > > I want to make my workflow oriented around single commits (on a local > branch). > I

Re: [go-nuts] Using git-codereview with GitHub

2018-11-21 Thread Paul Jolly
> There is hub [1]. If you have not heard it, its work by > repo-branch-commits, Thanks, but as I understand it, this tool is branch-based. I want to make my workflow oriented around single commits (on a local branch). Paul -- You received this message because you are subscribed to the

Re: [go-nuts] Using git-codereview with GitHub

2018-11-21 Thread Shulhan
On Wed, 21 Nov 2018 13:49:32 + Paul Jolly wrote: > > What I'm ultimately trying to achieve is something akin to Gerrit's > relation chain. That is, have a number of commits on a local branch, > and have each commit correspond to a GitHub PR. Would involve creating > some PR-specific

[go-nuts] Using git-codereview with GitHub

2018-11-21 Thread Paul Jolly
Hi all, Has anyone thought about/tried to get https://godoc.org/golang.org/x/review/git-codereview working with a GitHub backend? What I'm ultimately trying to achieve is something akin to Gerrit's relation chain. That is, have a number of commits on a local branch, and have each commit