We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25268ad commit 07c11a0Copy full SHA for 07c11a0
Documentation/config.txt
@@ -433,10 +433,7 @@ include::config/user.txt[]
433
434
include::config/versionsort.txt[]
435
436
-web.browser::
437
- Specify a web browser that may be used by some commands.
438
- Currently only linkgit:git-instaweb[1] and linkgit:git-help[1]
439
- may use it.
+include::config/web.txt[]
440
441
worktree.guessRemote::
442
With `add`, if no branch argument, and neither of `-b` nor
Documentation/config/web.txt
@@ -0,0 +1,4 @@
1
+web.browser::
2
+ Specify a web browser that may be used by some commands.
3
+ Currently only linkgit:git-instaweb[1] and linkgit:git-help[1]
4
+ may use it.
0 commit comments