gtm icon indicating copy to clipboard operation
gtm copied to clipboard

gtm pick?

Open eparejatobes opened this issue 11 years ago • 1 comments

Not a great deal, but is a bit annoying that when you want to work on a PR already in place, you normally have the issue number and you need to

# first let's take the branch name through ghi or github web interface
# then
gco <branchname>
# now, the issue number
gtm connect -i <issueno>

it'd be nice to have something like gtm pick <issueno> which would basically do the above if the issue is a PR.

eparejatobes avatar Dec 19 '14 09:12 eparejatobes

It's a bit more complex when the base branch for the PR is not master. I also wanted to use ghi feature for that, but it seems that its development got frozen. Anyway, a solution would be to have a part of the config stored in the repo itself, then gtm will know relationships between branches and issues and it will be shared among collaborators. WDYT?

laughedelic avatar Dec 19 '14 10:12 laughedelic