简体中文 ▾
Localized versions of git-web--browse manual
Topics ▾
Email
Latest version
▾
git-web--browse last updated in 2.35.0
Changes in the git-web--browse manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.35.1 → 2.47.0 no changes
- 2.35.0 01/24/22
- 2.22.1 → 2.34.8 no changes
- 2.22.0 06/07/19
- 2.18.1 → 2.21.4 no changes
- 2.18.0 06/21/18
- 2.10.5 → 2.17.6 no changes
- 2.9.5 07/30/17
- 2.2.3 → 2.8.6 no changes
- 2.1.4 12/17/14
- 2.0.5 12/17/14
描述
该脚本尽可能将作为参数传递的 URL 和 FILE 作为 HTML 页面显示在已打开的网页浏览器的新标签页中。
目前支持以下浏览器(或命令):
-
firefox(不使用 KDE 时,这是 X Window 下的默认设置)
-
iceweasel
-
seamonkey
-
iceape
-
chromium (也支持其他 chromium 内核浏览器)
-
谷歌浏览器(也支持chrome浏览器)
-
konqueror(这是 KDE 下的默认设置,参见下文 ‘关于 konqueror 的说明’)
-
opera
-
w3m(这是图形环境之外的默认设置)
-
elinks
-
链接
-
lynx
-
dillo
-
open(这是 Mac OS X 图形用户界面下的默认设置)
-
start(这是 MinGW 下的默认设置)
-
cygstart(这是 Cygwin 下的默认设置)
-
xdg-open
也可指定自定义命令。
配置变量
关于 Konqueror 的说明
当命令行选项或配置变量指定了 konqueror 时,我们会启动 kfmclient,尽可能在已打开的 konqueror 上以新标签页打开 HTML man 页面。
为了保持一致性,如果 'browser.konqueror.path ' 被设置为 A_PATH_TO/konqueror
,我们也会尝试这样做。这意味着我们将尝试启动 A_PATH_TO/kfmclient
,而不是 A_PATH_TO/kfmclient
。
如果你真的想使用 konqueror,那么你可以使用类似以下的东西:
[web] browser = konq [browser "konq"] cmd = A_PATH_TO/konqueror
关于 git-config --global 的注意事项
请注意,这些配置变量可能应该使用 --global
标志来设置,例如像这样:
$ git config --global web.browser firefox
因为它们可能更多是针对用户而不是针对仓库。 更多相关信息见 git-config[1]。
GIT
属于 git[1] 文档