Mislav Marohnić
52cc04e300
Merge remote-tracking branch 'origin/master' into repo-create
2020-03-03 22:55:49 +01:00
Mislav Marohnić
be09717918
Add ability to repo create within an org
2020-03-03 21:49:47 +01:00
vilmibm
48a6bbf043
minor golfing
2020-03-02 14:38:49 -06:00
vilmibm
6a57f04285
allow continuing if already forked
2020-03-02 14:37:08 -06:00
vilmibm
5d44d9f483
tweak flag settings
2020-02-27 16:55:31 -06:00
vilmibm
7fad2d05fb
switch to alternate method for determining if repo already forked
2020-02-27 16:43:44 -06:00
vilmibm
115bf37bbd
switch to --clone/--remote
2020-02-26 17:08:48 -06:00
Mislav Marohnić
4e97a0e05d
Have correct command be run in repo clone test
2020-02-26 19:53:18 +01:00
Mislav Marohnić
4a56280ab5
Automatically add origin remote after repo create
2020-02-26 19:53:01 +01:00
vilmibm
6371864835
spruce up UX
2020-02-26 11:48:11 -06:00
Mislav Marohnić
b02dac8f0b
Accept more repo fields via flags to repo create
2020-02-26 18:45:21 +01:00
vilmibm
4f25d06c1e
add repo fork tests
2020-02-25 16:26:51 -06:00
Mislav Marohnić
d25ec726ad
Add repo clone <repo> command
2020-02-25 16:47:42 +01:00
Mislav Marohnić
398a5defb8
Use displayURL helper for consistency
2020-02-24 17:17:00 +01:00
Mislav Marohnić
20fc0dfcb7
Avoid API requests in repo view when repo argument is given
2020-02-24 17:14:46 +01:00
Scott Penrose
7c76fb645a
Add repo view command
...
```
$ gh repo
Work with GitHub repositories.
A repository can be supplied as an argument in any of the following formats:
- by owner/repo, e.g. "cli/cli"
- by URL, e.g. "https://github.com/cli/cli "
Usage:
gh repo [command]
Available Commands:
view View a repository in the browser
```
2020-02-18 21:25:31 -05:00