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:
authorBrent Beer <brent.beer@gmail.com>2015-12-01 20:24:07 +0300
committerBrent Beer <brent.beer@gmail.com>2015-12-01 20:24:07 +0300
commitf789d71e60ce7204aae705cb0a210feb3af7c93c (patch)
tree4559ce4f52c605c3b63e9d634cc608898b60db3d
parent25eab6ec54c2b192985db8d02340116503085a2a (diff)
parentc5c1d1f66e590dc3ecea805f892973211fea2187 (diff)
Merge pull request #103 from rosetree/menu-structure
Update menu structure to reflect page structure
-rwxr-xr-x_layouts/reference.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/reference.html b/_layouts/reference.html
index 9cb4cdf..58033c6 100755
--- a/_layouts/reference.html
+++ b/_layouts/reference.html
@@ -69,9 +69,9 @@
<div class="block">
<h3><a href="/remotes">Sharing and Updating Projects</a></h3>
<ul>
+ <li><a href="/remotes/#remote">remote</a></li>
<li><a href="/remotes/#fetch">fetch, pull</a></li>
<li><a href="/remotes/#push">push</a></li>
- <li><a href="/remotes/#remote">remote</a></li>
</ul>
</div>