Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2143)

Unified Diff: docs/html/git-map-branches.html

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: fix pylint Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/html/git-map.html ('k') | docs/html/git-mark-merge-base.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/html/git-map-branches.html
diff --git a/docs/html/git-map-branches.html b/docs/html/git-map-branches.html
index e6d160c7e2425897b46226dc26e17e2848f4991b..823327479c93d89872e47ae311b56daf50f0c164 100644
--- a/docs/html/git-map-branches.html
+++ b/docs/html/git-map-branches.html
@@ -773,7 +773,7 @@ Current branch is <span class="aqua">cyan</span>.
<li>
<p>
The branch which will be modified with git-commit is denoted with an asterisk
- (<code>*</code>) after the name.
+ (<code>*</code>) after the name.
</p>
</li>
</ul></div>
@@ -796,8 +796,8 @@ Remote branches are <span class="red">red</span> (usually, the root of all other
<li>
<p>
Branches which have this as their parent are usually misconfigured, and
- should be assigned a parent by checking out the branch and running git branch
- --set-upstream-to=&lt;correct parent branch&gt;.
+ should be assigned a parent by checking out the branch and running git branch
+ --set-upstream-to=&lt;correct parent branch&gt;.
</p>
</li>
</ul></div>
@@ -834,6 +834,18 @@ assuming that the <code>frozen_changes</code> branch was currently checked out,
</div>
</div>
<div class="sect1">
+<h2 id="_suggested_aliases">SUGGESTED ALIASES</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Some common short-hand aliases. Feel free to add these to your <em>~/.gitconfig</em>
+file.</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><code>[alias]
+ git bmap = map-branches</code></pre>
+</div></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-map.html">git-map(1)</a></p></div>
@@ -851,7 +863,7 @@ from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-03-14 14:01:10 PDT
+Last updated 2014-03-25 15:09:11 PDT
</div>
</div>
</body>
« no previous file with comments | « docs/html/git-map.html ('k') | docs/html/git-mark-merge-base.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698