Commit f8600e78 authored by Josip Sokcevic's avatar Josip Sokcevic Committed by LUCI CQ

[docs] Fix alias settings

When using alias, we no longer can't nor need to prefix command with
git. This change updates all [alias] blocks and removes git from it.

Change-Id: Id89142ef86935e04e21872ce61fb63a511ed40a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3244473Reviewed-by: 's avatarGavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
parent f9f7b0ec
= Man pages for Depot_tools
This document describes how to write documentation for depot_tools and how to
deploy it.
== Edit
Only edit files in src/ directories. All other directories (e.g. html, man1) are
autogenerated and should never be edited manaully.
Once you made modifications to src/ files, run `./make_docs.sh` in src/
directory to generate html and man pages.
== Deploy
Run `./push_to_gs.sh` from this directory. If you not have access, ask someone
from chrome infra to deploy it for you.
...@@ -876,7 +876,7 @@ file.</p></div> ...@@ -876,7 +876,7 @@ file.</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre><code>[alias] <pre><code>[alias]
git bmap = map-branches</code></pre> bmap = map-branches</code></pre>
</div></div> </div></div>
</div> </div>
</div> </div>
...@@ -899,7 +899,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de ...@@ -899,7 +899,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated Last updated
2021-07-01 07:07:00 PDT 2021-10-26 10:54:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -816,7 +816,7 @@ file.</p></div> ...@@ -816,7 +816,7 @@ file.</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre><code>[alias] <pre><code>[alias]
git down = nav-downstream</code></pre> down = nav-downstream</code></pre>
</div></div> </div></div>
</div> </div>
</div> </div>
...@@ -839,7 +839,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de ...@@ -839,7 +839,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated Last updated
2021-07-01 07:07:00 PDT 2021-10-26 10:54:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -825,7 +825,7 @@ file.</p></div> ...@@ -825,7 +825,7 @@ file.</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre><code>[alias] <pre><code>[alias]
git up = nav-upstream</code></pre> up = nav-upstream</code></pre>
</div></div> </div></div>
</div> </div>
</div> </div>
...@@ -848,7 +848,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de ...@@ -848,7 +848,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated Last updated
2021-07-01 07:07:00 PDT 2021-10-26 10:54:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -928,8 +928,8 @@ file.</p></div> ...@@ -928,8 +928,8 @@ file.</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre><code>[alias] <pre><code>[alias]
git nb = new-branch nb = new-branch
git tb = new-branch --upstream_current <b>&lt;1&gt;</b></code></pre> tb = new-branch --upstream_current <b>&lt;1&gt;</b></code></pre>
</div></div> </div></div>
<div class="colist arabic"><ol> <div class="colist arabic"><ol>
<li> <li>
...@@ -960,7 +960,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de ...@@ -960,7 +960,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated Last updated
2021-07-01 07:07:00 PDT 2021-10-26 10:54:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -931,7 +931,7 @@ file.</p></div> ...@@ -931,7 +931,7 @@ file.</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre><code>[alias] <pre><code>[alias]
git reup = rebase-update</code></pre> reup = rebase-update</code></pre>
</div></div> </div></div>
</div> </div>
</div> </div>
...@@ -956,7 +956,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de ...@@ -956,7 +956,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated Last updated
2021-07-01 07:07:00 PDT 2021-10-26 10:54:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -818,7 +818,7 @@ file.</p></div> ...@@ -818,7 +818,7 @@ file.</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre><code>[alias] <pre><code>[alias]
git rp = reparent-branch</code></pre> rp = reparent-branch</code></pre>
</div></div> </div></div>
</div> </div>
</div> </div>
...@@ -842,7 +842,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de ...@@ -842,7 +842,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated Last updated
2021-07-01 07:07:00 PDT 2021-10-26 10:54:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -854,7 +854,7 @@ file.</p></div> ...@@ -854,7 +854,7 @@ file.</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre><code>[alias] <pre><code>[alias]
git squash = squash-branch</code></pre> squash = squash-branch</code></pre>
</div></div> </div></div>
</div> </div>
</div> </div>
...@@ -877,7 +877,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de ...@@ -877,7 +877,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated Last updated
2021-07-01 07:07:00 PDT 2021-10-26 10:54:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -895,7 +895,7 @@ file.</p></div> ...@@ -895,7 +895,7 @@ file.</p></div>
<div class="listingblock"> <div class="listingblock">
<div class="content"> <div class="content">
<pre><code>[alias] <pre><code>[alias]
git udiff = upstream-diff</code></pre> udiff = upstream-diff</code></pre>
</div></div> </div></div>
</div> </div>
</div> </div>
...@@ -918,7 +918,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de ...@@ -918,7 +918,7 @@ by checking out the <a href="https://chromium.googlesource.com/chromium/tools/de
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated Last updated
2021-07-01 07:07:00 PDT 2021-10-26 10:54:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-map-branches .\" Title: git-map-branches
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/01/2021 .\" Date: 10/26/2021
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 906b5026 .\" Source: depot_tools 5c9e8b47
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-MAP\-BRANCHES" "1" "07/01/2021" "depot_tools 906b5026" "Chromium depot_tools Manual" .TH "GIT\-MAP\-BRANCHES" "1" "10/26/2021" "depot_tools 5c9e8b47" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -190,7 +190,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon ...@@ -190,7 +190,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
.\} .\}
.nf .nf
[alias] [alias]
git bmap = map\-branches bmap = map\-branches
.fi .fi
.if n \{\ .if n \{\
.RE .RE
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-nav-downstream .\" Title: git-nav-downstream
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/01/2021 .\" Date: 10/26/2021
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 906b5026 .\" Source: depot_tools 5c9e8b47
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-NAV\-DOWNSTREAM" "1" "07/01/2021" "depot_tools 906b5026" "Chromium depot_tools Manual" .TH "GIT\-NAV\-DOWNSTREAM" "1" "10/26/2021" "depot_tools 5c9e8b47" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -92,7 +92,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon ...@@ -92,7 +92,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
.\} .\}
.nf .nf
[alias] [alias]
git down = nav\-downstream down = nav\-downstream
.fi .fi
.if n \{\ .if n \{\
.RE .RE
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-nav-upstream .\" Title: git-nav-upstream
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/01/2021 .\" Date: 10/26/2021
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 906b5026 .\" Source: depot_tools 5c9e8b47
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-NAV\-UPSTREAM" "1" "07/01/2021" "depot_tools 906b5026" "Chromium depot_tools Manual" .TH "GIT\-NAV\-UPSTREAM" "1" "10/26/2021" "depot_tools 5c9e8b47" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -102,7 +102,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon ...@@ -102,7 +102,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
.\} .\}
.nf .nf
[alias] [alias]
git up = nav\-upstream up = nav\-upstream
.fi .fi
.if n \{\ .if n \{\
.RE .RE
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-new-branch .\" Title: git-new-branch
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/01/2021 .\" Date: 10/26/2021
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 906b5026 .\" Source: depot_tools 5c9e8b47
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-NEW\-BRANCH" "1" "07/01/2021" "depot_tools 906b5026" "Chromium depot_tools Manual" .TH "GIT\-NEW\-BRANCH" "1" "10/26/2021" "depot_tools 5c9e8b47" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -184,8 +184,8 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon ...@@ -184,8 +184,8 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
.\} .\}
.nf .nf
[alias] [alias]
git nb = new\-branch nb = new\-branch
git tb = new\-branch \-\-upstream_current \fB(1)\fR tb = new\-branch \-\-upstream_current \fB(1)\fR
.fi .fi
.if n \{\ .if n \{\
.RE .RE
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-rebase-update .\" Title: git-rebase-update
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/01/2021 .\" Date: 10/26/2021
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 906b5026 .\" Source: depot_tools 5c9e8b47
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-REBASE\-UPDATE" "1" "07/01/2021" "depot_tools 906b5026" "Chromium depot_tools Manual" .TH "GIT\-REBASE\-UPDATE" "1" "10/26/2021" "depot_tools 5c9e8b47" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -157,7 +157,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon ...@@ -157,7 +157,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
.\} .\}
.nf .nf
[alias] [alias]
git reup = rebase\-update reup = rebase\-update
.fi .fi
.if n \{\ .if n \{\
.RE .RE
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-reparent-branch .\" Title: git-reparent-branch
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/01/2021 .\" Date: 10/26/2021
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 906b5026 .\" Source: depot_tools 5c9e8b47
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-REPARENT\-BRANC" "1" "07/01/2021" "depot_tools 906b5026" "Chromium depot_tools Manual" .TH "GIT\-REPARENT\-BRANC" "1" "10/26/2021" "depot_tools 5c9e8b47" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -73,7 +73,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon ...@@ -73,7 +73,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
.\} .\}
.nf .nf
[alias] [alias]
git rp = reparent\-branch rp = reparent\-branch
.fi .fi
.if n \{\ .if n \{\
.RE .RE
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-squash-branch .\" Title: git-squash-branch
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/01/2021 .\" Date: 10/26/2021
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 906b5026 .\" Source: depot_tools 5c9e8b47
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-SQUASH\-BRANCH" "1" "07/01/2021" "depot_tools 906b5026" "Chromium depot_tools Manual" .TH "GIT\-SQUASH\-BRANCH" "1" "10/26/2021" "depot_tools 5c9e8b47" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -89,7 +89,7 @@ Optional message to use for the first line of the squashed commit\&. If omitted, ...@@ -89,7 +89,7 @@ Optional message to use for the first line of the squashed commit\&. If omitted,
| * \fB27abea4b40\fR \fB(spleen_tag\fR\fB) \fR2014\-04\-10 ~ Refactor spleen | * \fB27abea4b40\fR \fB(spleen_tag\fR\fB) \fR2014\-04\-10 ~ Refactor spleen
| * \fBd8abe739e3\fR 2014\-04\-10 ~ Add widget | * \fBd8abe739e3\fR 2014\-04\-10 ~ Add widget
|/ |/
* \fBbeec6f4746\fR \fB(origin/main\fR\fB, origin/HEAD\fR\fB) \fR2014\-04\-10 ~ Make ReflectorImpl use mailboxes <(\fBfixit, cool_feature\fR) * \fBbeec6f4746\fR \fB(origin/main\fR\fB, origin/HEAD\fR\fB) \fR2014\-04\-10 ~ Make ReflectorImpl use mailboxes <(\fBcool_feature, fixit\fR)
* \fB41290e02b7\fR 2014\-04\-10 ~ don\*(Aqt use glibc\-specific execinfo\&.h on uclibc builds * \fB41290e02b7\fR 2014\-04\-10 ~ don\*(Aqt use glibc\-specific execinfo\&.h on uclibc builds
* \fBa76fde7b7b\fR 2014\-04\-10 ~ [fsp] Add requestUnmount() method together with the request manager\&. * \fBa76fde7b7b\fR 2014\-04\-10 ~ [fsp] Add requestUnmount() method together with the request manager\&.
* \fB9de7a713b3\fR 2014\-04\-10 ~ linux_aura: Use system configuration for middle clicking the titlebar\&. * \fB9de7a713b3\fR 2014\-04\-10 ~ linux_aura: Use system configuration for middle clicking the titlebar\&.
...@@ -110,7 +110,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon ...@@ -110,7 +110,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
.\} .\}
.nf .nf
[alias] [alias]
git squash = squash\-branch squash = squash\-branch
.fi .fi
.if n \{\ .if n \{\
.RE .RE
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-upstream-diff .\" Title: git-upstream-diff
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 07/01/2021 .\" Date: 10/26/2021
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools 906b5026 .\" Source: depot_tools 5c9e8b47
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-UPSTREAM\-DIFF" "1" "07/01/2021" "depot_tools 906b5026" "Chromium depot_tools Manual" .TH "GIT\-UPSTREAM\-DIFF" "1" "10/26/2021" "depot_tools 5c9e8b47" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -133,7 +133,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon ...@@ -133,7 +133,7 @@ Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
.\} .\}
.nf .nf
[alias] [alias]
git udiff = upstream\-diff udiff = upstream\-diff
.fi .fi
.if n \{\ .if n \{\
.RE .RE
......
...@@ -52,7 +52,7 @@ include::_aliases.txt[] ...@@ -52,7 +52,7 @@ include::_aliases.txt[]
---- ----
[alias] [alias]
git bmap = map-branches bmap = map-branches
---- ----
SEE ALSO SEE ALSO
......
...@@ -27,7 +27,7 @@ include::_aliases.txt[] ...@@ -27,7 +27,7 @@ include::_aliases.txt[]
---- ----
[alias] [alias]
git down = nav-downstream down = nav-downstream
---- ----
......
...@@ -27,7 +27,7 @@ include::_aliases.txt[] ...@@ -27,7 +27,7 @@ include::_aliases.txt[]
---- ----
[alias] [alias]
git up = nav-upstream up = nav-upstream
---- ----
SEE ALSO SEE ALSO
......
...@@ -76,8 +76,8 @@ include::_aliases.txt[] ...@@ -76,8 +76,8 @@ include::_aliases.txt[]
---- ----
[alias] [alias]
git nb = new-branch nb = new-branch
git tb = new-branch --upstream_current <1> tb = new-branch --upstream_current <1>
---- ----
<1> mnemonic: tb -> "track branch" <1> mnemonic: tb -> "track branch"
......
...@@ -126,7 +126,7 @@ include::_aliases.txt[] ...@@ -126,7 +126,7 @@ include::_aliases.txt[]
---- ----
[alias] [alias]
git reup = rebase-update reup = rebase-update
---- ----
......
...@@ -48,7 +48,7 @@ include::_aliases.txt[] ...@@ -48,7 +48,7 @@ include::_aliases.txt[]
---- ----
[alias] [alias]
git rp = reparent-branch rp = reparent-branch
---- ----
SEE ALSO SEE ALSO
......
...@@ -46,7 +46,7 @@ include::_aliases.txt[] ...@@ -46,7 +46,7 @@ include::_aliases.txt[]
---- ----
[alias] [alias]
git squash = squash-branch squash = squash-branch
---- ----
......
...@@ -95,7 +95,7 @@ include::_aliases.txt[] ...@@ -95,7 +95,7 @@ include::_aliases.txt[]
---- ----
[alias] [alias]
git udiff = upstream-diff udiff = upstream-diff
---- ----
SEE ALSO SEE ALSO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment