+ [2020-05-31T21:03:55Z] davidfetter (hub, the CLI program)
+ [2020-05-31T21:05:51Z] nedbat davidfetter: doesn't hub have help?
+ [2020-05-31T21:07:47Z] davidfetter it has a man page, but that doesn't tell where its capabilities start and the web site's/the API's start.
+ [2020-05-31T21:25:43Z] nedbat davidfetter: i guess i don't understand. the man page says what hub can do. the api docs say what the api can do: https://developer.github.com/v3/
+ [2020-05-31T22:08:31Z] jhass davidfetter: hub and cli/cli are subsets of the API, since they use the API internally

message no. 181566

Posted by heywood in #github at 2020-05-31T20:01:16Z

on macOS, what's the right way to configure GH Desktop's default web browser? i tried adding [web] and [browser] entries to ~/.gitconfig (with GH Desktop _not_ running), but GH Desktop still insists on using a different browser than the one i specified there.
+ [2020-06-01T00:18:59Z] heywood trying again… anyone know how to configure the default browser (e.g. used for sign-ins) for GH Desktop on macOS?
+ [2020-06-01T00:19:19Z] amosbird Hello, how can I set a column limit for pr?
+ [2020-06-01T00:19:37Z] amosbird so that if a pr has column width > 140 it'll generate an error
+ [2020-06-01T00:21:54Z] nedbat amosbird: sounds like something you'd do with a linter check