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

Side by Side Diff: docs/html/git-rename-branch.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 unified diff | Download patch
« no previous file with comments | « docs/html/git-rebase-update.html ('k') | docs/html/git-reparent-branch.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head> 4 <head>
5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" / > 5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" / >
6 <meta name="generator" content="AsciiDoc 8.6.9" /> 6 <meta name="generator" content="AsciiDoc 8.6.9" />
7 <title>git-thaw(1)</title> 7 <title>git-rename-branch(1)</title>
8 <style type="text/css"> 8 <style type="text/css">
9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ 9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
10 10
11 /* Default font. */ 11 /* Default font. */
12 body { 12 body {
13 font-family: Georgia,serif; 13 font-family: Georgia,serif;
14 } 14 }
15 15
16 /* Title font. */ 16 /* Title font. */
17 h1, h2, h3, h4, h5, h6, 17 h1, h2, h3, h4, h5, h6,
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 } 734 }
735 735
736 } 736 }
737 asciidoc.install(); 737 asciidoc.install();
738 /*]]>*/ 738 /*]]>*/
739 </script> 739 </script>
740 </head> 740 </head>
741 <body class="manpage"> 741 <body class="manpage">
742 <div id="header"> 742 <div id="header">
743 <h1> 743 <h1>
744 git-thaw(1) Manual Page 744 git-rename-branch(1) Manual Page
745 </h1> 745 </h1>
746 <h2>NAME</h2> 746 <h2>NAME</h2>
747 <div class="sectionbody"> 747 <div class="sectionbody">
748 <p>git-thaw - 748 <p>git-rename-branch -
749 Un-freeze all changes on a frozen branch. 749 Rename a branch and correctly preserve all downstream relationships.
750 </p> 750 </p>
751 </div> 751 </div>
752 </div> 752 </div>
753 <div id="content"> 753 <div id="content">
754 <div class="sect1"> 754 <div class="sect1">
755 <h2 id="_synopsis">SYNOPSIS</h2> 755 <h2 id="_synopsis">SYNOPSIS</h2>
756 <div class="sectionbody"> 756 <div class="sectionbody">
757 <div class="verseblock"> 757 <div class="verseblock">
758 <pre class="content"><em>git thaw</em></pre> 758 <pre class="content"><em>git rename-branch</em> &lt;new_name&gt;
759 <em>git rename-branch</em> &lt;old_name&gt; &lt;new_name&gt;</pre>
759 <div class="attribution"> 760 <div class="attribution">
760 </div></div> 761 </div></div>
761 </div> 762 </div>
762 </div> 763 </div>
763 <div class="sect1"> 764 <div class="sect1">
764 <h2 id="_description">DESCRIPTION</h2> 765 <h2 id="_description">DESCRIPTION</h2>
765 <div class="sectionbody"> 766 <div class="sectionbody">
766 <div class="paragraph"><p><code>git thaw</code> takes a frozen branch (as made b y <a href="git-freeze.html">git-freeze(1)</a>), and returns 767 <div class="paragraph"><p>Rename the current (or specified) branch, then update all dowstream branches'
767 it to the status that it was in before it was frozen.</p></div> 768 tracking information to preserve inter-branch dependencies.</p></div>
768 <div class="paragraph"><p>If you freeze a branch multiple times (i.e. change fil es, freeze, change files,
769 freeze), <code>git thaw</code> will thaw all of the freezes.</p></div>
770 </div> 769 </div>
771 </div> 770 </div>
772 <div class="sect1"> 771 <div class="sect1">
773 <h2 id="_see_also">SEE ALSO</h2> 772 <h2 id="_see_also">SEE ALSO</h2>
774 <div class="sectionbody"> 773 <div class="sectionbody">
775 <div class="paragraph"><p><a href="git-freeze.html">git-freeze(1)</a></p></div> 774 <div class="paragraph"><p><a href="git-rebase-update.html">git-rebase-update(1)< /a>, <a href="git-reparent-branch.html">git-reparent-branch(1)</a>,
775 <a href="git-new-branch.html">git-new-branch(1)</a>, <a href="git-upstream-diff. html">git-upstream-diff(1)</a></p></div>
776 </div> 776 </div>
777 </div> 777 </div>
778 <div class="sect1"> 778 <div class="sect1">
779 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> 779 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2>
780 <div class="sectionbody"> 780 <div class="sectionbody">
781 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(1)</a> suite. These tools are meant to 781 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(1)</a> suite. These tools are meant to
782 assist with the development of chromium and related projects. Download the tools 782 assist with the development of chromium and related projects. Download the tools
783 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> here</a>.</p></div> 783 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> here</a>.</p></div>
784 </div> 784 </div>
785 </div> 785 </div>
786 </div> 786 </div>
787 <div id="footnotes"><hr /></div> 787 <div id="footnotes"><hr /></div>
788 <div id="footer"> 788 <div id="footer">
789 <div id="footer-text"> 789 <div id="footer-text">
790 Last updated 2014-03-14 13:12:40 PDT 790 Last updated 2014-03-25 15:09:11 PDT
791 </div> 791 </div>
792 </div> 792 </div>
793 </body> 793 </body>
794 </html> 794 </html>
OLDNEW
« no previous file with comments | « docs/html/git-rebase-update.html ('k') | docs/html/git-reparent-branch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698