]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-remote.txt
Merge branch 'mg/doc-bisect-tweak-worktree' into maint
[thirdparty/git.git] / Documentation / git-remote.txt
index 0d28febe1b44fff289b772a0e0fb6e74a010b9eb..c258ea48dbb8889a48f3075ab171ebddfd7fda3b 100644 (file)
@@ -75,7 +75,7 @@ was passed.
 
 'rename'::
 
-Rename the remote named <old> to <new>. All remote tracking branches and
+Rename the remote named <old> to <new>. All remote-tracking branches and
 configuration settings for the remote are updated.
 +
 In case <old> and <new> are the same, and <old> is a file under
@@ -84,7 +84,7 @@ the configuration file format.
 
 'rm'::
 
-Remove the remote named <name>. All remote tracking branches and
+Remove the remote named <name>. All remote-tracking branches and
 configuration settings for the remote are removed.
 
 'set-head'::
@@ -146,7 +146,7 @@ With `-n` option, the remote heads are not queried first with
 
 'prune'::
 
-Deletes all stale tracking branches under <name>.
+Deletes all stale remote-tracking branches under <name>.
 These stale branches have already been removed from the remote repository
 referenced by <name>, but are still locally available in
 "remotes/<name>".