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

Side by Side Diff: docs/html/depot_tools.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 | « no previous file | docs/html/git-freeze.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>depot_tools(1)</title> 7 <title>depot_tools(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
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 <a href="git-map.html">git-map(1)</a> 792 <a href="git-map.html">git-map(1)</a>
793 </dt> 793 </dt>
794 <dd> 794 <dd>
795 <p> 795 <p>
796 Display history of all branches in a colorized terminal format. 796 Display history of all branches in a colorized terminal format.
797 </p> 797 </p>
798 </dd> 798 </dd>
799 </dl></div> 799 </dl></div>
800 <div class="dlist"><dl> 800 <div class="dlist"><dl>
801 <dt class="hdlist1"> 801 <dt class="hdlist1">
802 <a href="git-mark-merge-base.html">git-mark-merge-base(1)</a>
803 </dt>
804 <dd>
805 <p>
806 Manually interact with depot_tools' merge-base markers.
807 </p>
808 </dd>
809 <dt class="hdlist1">
802 <a href="git-nav-downstream.html">git-nav-downstream(1)</a> 810 <a href="git-nav-downstream.html">git-nav-downstream(1)</a>
803 </dt> 811 </dt>
804 <dd> 812 <dd>
805 <p> 813 <p>
806 Checkout a downstream branch of the currently checked out branch. 814 Checkout a downstream branch of the currently checked out branch.
807 </p> 815 </p>
808 </dd> 816 </dd>
809 <dt class="hdlist1"> 817 <dt class="hdlist1">
810 <a href="git-nav-upstream.html">git-nav-upstream(1)</a> 818 <a href="git-nav-upstream.html">git-nav-upstream(1)</a>
811 </dt> 819 </dt>
812 <dd> 820 <dd>
813 <p> 821 <p>
814 Checkout the upstream branch of the currently checked out branch. 822 Checkout the upstream branch of the currently checked out branch.
815 </p> 823 </p>
816 </dd> 824 </dd>
817 <dt class="hdlist1"> 825 <dt class="hdlist1">
826 <a href="git-new-branch.html">git-new-branch(1)</a>
827 </dt>
828 <dd>
829 <p>
830 Create a new branch with correct tracking information.
831 </p>
832 </dd>
833 <dt class="hdlist1">
834 <a href="git-rebase-update.html">git-rebase-update(1)</a>
835 </dt>
836 <dd>
837 <p>
838 Updates all branches to have the latest changes from their upstreams.
839 </p>
840 </dd>
841 <dt class="hdlist1">
842 <a href="git-rename-branch.html">git-rename-branch(1)</a>
843 </dt>
844 <dd>
845 <p>
846 Rename a branch and correctly preserve all downstream relationships.
847 </p>
848 </dd>
849 <dt class="hdlist1">
850 <a href="git-reparent-branch.html">git-reparent-branch(1)</a>
851 </dt>
852 <dd>
853 <p>
854 Alter the parentage (upstream) for the current branch.
855 </p>
856 </dd>
857 <dt class="hdlist1">
858 <a href="git-squash-branch.html">git-squash-branch(1)</a>
859 </dt>
860 <dd>
861 <p>
862 Takes all commits in a single branch and replaces them with a single commit.
863 </p>
864 </dd>
865 <dt class="hdlist1">
818 <a href="git-thaw.html">git-thaw(1)</a> 866 <a href="git-thaw.html">git-thaw(1)</a>
819 </dt> 867 </dt>
820 <dd> 868 <dd>
821 <p> 869 <p>
822 Un-freeze all changes on a frozen branch. 870 Un-freeze all changes on a frozen branch.
823 </p> 871 </p>
824 </dd> 872 </dd>
873 <dt class="hdlist1">
874 <a href="git-upstream-diff.html">git-upstream-diff(1)</a>
875 </dt>
876 <dd>
877 <p>
878 Print a diff of the current branch, compared to its upstream.
879 </p>
880 </dd>
825 </dl></div> 881 </dl></div>
826 </div> 882 </div>
827 </div> 883 </div>
828 </div> 884 </div>
829 <div id="footnotes"><hr /></div> 885 <div id="footnotes"><hr /></div>
830 <div id="footer"> 886 <div id="footer">
831 <div id="footer-text"> 887 <div id="footer-text">
832 Last updated 2014-03-14 13:12:40 PDT 888 Last updated 2014-03-25 15:09:11 PDT
833 </div> 889 </div>
834 </div> 890 </div>
835 </body> 891 </body>
836 </html> 892 </html>
OLDNEW
« no previous file with comments | « no previous file | docs/html/git-freeze.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698