summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-06 08:53:12 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-06 08:53:12 +0000
commit67fad6d5cb982faa5da32370c961f9e00f018d2d (patch)
tree0ba43bea56e10b5fb3fe7b5fd6debccd9fe33f3d /git-remote.txt
parentee62a7b284d15bc30fbbca7fd3bf86710de148bc (diff)
downloadgit-htmldocs-67fad6d5cb982faa5da32370c961f9e00f018d2d.tar.gz
Autogenerated HTML docs for v1.5.2-rc2
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-remote.txt b/git-remote.txt
index a9fb6a9a5..3dde7134a 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -40,7 +40,7 @@ With `-t <branch>` option, instead of the default glob
refspec for the remote to track all branches under
`$GIT_DIR/remotes/<name>/`, a refspec to track only `<branch>`
is created. You can give more than one `-t <branch>` to track
-multiple branche without grabbing all branches.
+multiple branches without grabbing all branches.
+
With `-m <master>` option, `$GIT_DIR/remotes/<name>/HEAD` is set
up to point at remote's `<master>` branch instead of whatever