You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-13Lines changed: 33 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ the terminal next to where you are already working with `git` and your code.
7
7
8
8
## Availability
9
9
10
-
While in beta, GitHub CLI is available for repos hosted on GitHub.com only. It does not currently support repositories hosted on GitHub Enterprise Server or other hosting providers. We are planning support for GitHub Enterprise Server after GitHub CLI is out of beta (likely toward the end of 2020), and we want to ensure that the API endpoints we use are more widely available for GHES versions that most GitHub customers are on.
10
+
While in beta, GitHub CLI is available for repos hosted on GitHub.com only. It currently does not support repositories hosted on GitHub Enterprise Server or other hosting providers. We are planning on adding support for GitHub Enterprise Server after GitHub CLI is out of beta (likely towards the end of 2020), and we want to ensure that the API endpoints we use are more widely available for GHES versions that most GitHub customers are on.
11
11
12
12
## We need your feedback
13
13
14
-
GitHub CLI is currently early in its development, and we're hoping to get feedback from people using it.
14
+
GitHub CLI is currently in its early development stages, and we're hoping to get feedback from people using it.
15
15
16
16
If you've installed and used `gh`, we'd love for you to take a short survey here (no more than five minutes): https://forms.gle/umxd3h31c7aMQFKG7
17
17
@@ -31,9 +31,9 @@ Read the [official docs](https://cli.github.com/manual/) for more information.
31
31
32
32
## Comparison with hub
33
33
34
-
For many years, [hub][] was the unofficial GitHub CLI tool. `gh` is a new project for us to explore
34
+
For many years, [hub][] was the unofficial GitHub CLI tool. `gh` is a new project that helps us explore
35
35
what an official GitHub CLI tool can look like with a fundamentally different design. While both
36
-
tools bring GitHub to the terminal, `hub` behaves as a proxy to `git` and `gh` is a standalone
36
+
tools bring GitHub to the terminal, `hub` behaves as a proxy to `git`, and `gh` is a standalone
37
37
tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn more.
38
38
39
39
@@ -46,15 +46,31 @@ tool. Check out our [more detailed explanation](/docs/gh-vs-hub.md) to learn mor
46
46
47
47
#### Homebrew
48
48
49
-
Install: `brew install github/gh/gh`
49
+
Install:
50
+
51
+
```bash
52
+
brew install github/gh/gh
53
+
```
50
54
51
-
Upgrade: `brew upgrade gh`
55
+
Upgrade:
56
+
57
+
```bash
58
+
brew upgrade gh
59
+
```
52
60
53
61
#### MacPorts
54
62
55
-
Install: `sudo port install gh`
63
+
Install:
64
+
65
+
```bash
66
+
sudo port install gh
67
+
```
68
+
69
+
Upgrade:
56
70
57
-
Upgrade: `sudo port selfupdate && sudo port upgrade gh`
71
+
```bash
72
+
sudo port selfupdate && sudo port upgrade gh
73
+
```
58
74
59
75
### Windows
60
76
@@ -64,24 +80,28 @@ Upgrade: `sudo port selfupdate && sudo port upgrade gh`
0 commit comments