Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'remotes/index.html')
-rw-r--r--remotes/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/remotes/index.html b/remotes/index.html
index 7815353..94df417 100644
--- a/remotes/index.html
+++ b/remotes/index.html
@@ -64,7 +64,7 @@ layout: reference
<code>git remote</code> command to manage this list of remote repos that
you care about.</p>
- <h4>
+ <h4 id="remote-list">
git remote
<small>list your remote aliases</small>
</h4>
@@ -88,7 +88,7 @@ origin git@github.com:github/git-reference.git (push)
push and fetch URLs for each remote in case you want to use different
protocols for reads and writes.</p>
- <h4>
+ <h4 id="remote-add">
git remote add
<small>add a new remote repository of your project</small>
</h4>
@@ -121,7 +121,7 @@ github git@github.com:schacon/hw.git (push)
about anything.
</p>
- <h4>
+ <h4 id="remote-remove">
git remote rm
<small>removing an existing remote alias</small>
</h4>
@@ -146,7 +146,7 @@ github git@github.com:schacon/hw.git (fetch)
github git@github.com:schacon/hw.git (push)
</pre>
- <h4>
+ <h4 id="remote-rename">
git remote rename [old-alias] [new-alias]
<small>rename remote aliases</small>
</h4>
@@ -173,7 +173,7 @@ origin git@github.com:schacon/hw.git (push)
add new remotes, <code>git remote rm</code> to delete existing ones or <code>git remote rename [old-alias] [new-alias]</code> to rename them.
</p>
- <h4>
+ <h4 id="remote-update">
git remote set-url
<small>update an existing remote URL</small>
</h4>