File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## SYNOPSIS
5
5
6
- ` git-open ` [ remote-name] [ branch-name]
7
-
8
- ` git-open ` --issue
6
+ ` git open ` [ --issue] [ remote-name] [ branch-name]
9
7
10
8
11
9
## DESCRIPTION
12
10
13
- ` git- open ` opens the repository's website in your browser. The major well known
11
+ ` git open ` opens the repository's website in your browser. The major well known
14
12
git hosting services are supported.
15
13
16
14
17
15
## OPTIONS
18
16
19
-
20
17
` -i ` , ` --issue `
21
18
Open the current issue. When the name of the current branch matches the right pattern,
22
19
it will open the webpage with that issue. See ` EXAMPLES ` for more information.
@@ -54,10 +51,10 @@ If branches use naming convention of `issues/#123`, it opens
54
51
https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/issues/123
55
52
56
53
57
- ## SUPPORTED REMOTE REPOSITORIES
54
+ ## SUPPORTED GIT HOSTING SERVICES
58
55
59
56
git-open can automatically guess the corresponding repository page for remotes
60
- (default looks for ` origin ` ) on the following hosts :
57
+ on the following git hosting services :
61
58
62
59
- github.com
63
60
- gist.github.com
@@ -72,7 +69,7 @@ git-open can automatically guess the corresponding repository page for remotes
72
69
## CONFIGURATION
73
70
74
71
To configure git-open you may need to set some ` git config ` options.
75
- You can use ` --global ` to set across all repos, instead of just the local one .
72
+ You can use ` --global ` to set across all repos, instead of just the current repo .
76
73
77
74
``` sh
78
75
$ git config [--global] option value
Original file line number Diff line number Diff line change 30
30
"git-open" : " git-open" ,
31
31
"git-home" : " git-open"
32
32
},
33
+ "man" : " ./git-open.1" ,
33
34
"scripts" : {
34
35
"lint:editorconfig" : " eclint check git-open* readme* .travis.yml" ,
35
36
"lint:package" : " pjv --recommendations --warnings" ,
You can’t perform that action at this time.
0 commit comments