mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
commit
ddfd3d9752
|
|
@ -1,17 +1,30 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-ALIAS" "1" "April 2015" "" ""
|
||||
.TH "GIT\-ALIAS" "1" "August 2015" "" "Git Extras"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-alias\fR \- Define, search and show aliases
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fBgit\-alias\fR [<alias\-name> <command>]|[<search\-term>]
|
||||
\fBgit\-alias\fR
|
||||
.
|
||||
.br
|
||||
\fBgit\-alias\fR <search\-term>
|
||||
.
|
||||
.br
|
||||
\fBgit\-alias\fR <alias\-name> <command>
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
List all aliases, show one alias, or set one (global) alias\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
<search\-term>
|
||||
.
|
||||
.P
|
||||
The pattern used to search aliases\.
|
||||
.
|
||||
.P
|
||||
<alias\-name>
|
||||
.
|
||||
.P
|
||||
|
|
@ -23,12 +36,6 @@ The name of the alias to create\.
|
|||
.P
|
||||
The command for which you are creating an alias\.
|
||||
.
|
||||
.P
|
||||
<search\-term>
|
||||
.
|
||||
.P
|
||||
The pattern used for search aliases\.
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
Defining a new alias:
|
||||
.
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
<ol class='man-decor man-head man head'>
|
||||
<li class='tl'>git-alias(1)</li>
|
||||
<li class='tc'></li>
|
||||
<li class='tc'>Git Extras</li>
|
||||
<li class='tr'>git-alias(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
@ -76,12 +76,20 @@
|
|||
|
||||
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
||||
|
||||
<p><code>git-alias</code> [<alias-name> <command>]|[<search-term>]</p>
|
||||
<p><code>git-alias</code><br />
|
||||
<code>git-alias</code> <search-term><br />
|
||||
<code>git-alias</code> <alias-name> <command></p>
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p> List all aliases, show one alias, or set one (global) alias.</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
<p> <search-term></p>
|
||||
|
||||
<p> The pattern used to search aliases.</p>
|
||||
|
||||
<p> <alias-name></p>
|
||||
|
||||
<p> The name of the alias to create.</p>
|
||||
|
|
@ -90,10 +98,6 @@
|
|||
|
||||
<p> The command for which you are creating an alias.</p>
|
||||
|
||||
<p> <search-term></p>
|
||||
|
||||
<p> The pattern used for search aliases.</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
<p> Defining a new alias:</p>
|
||||
|
|
@ -119,7 +123,7 @@ whois = !sh -c 'git log -i -1 --pretty="format:%an <%ae>
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Jonhnny Weslley <<a href="mailto:jw@jonhnnyweslley.net" data-bare-link="true">jw@jonhnnyweslley.net</a>></p>
|
||||
<p>Written by Jonhnny Weslley <<a href="mailto:jw@jonhnnyweslley.net" data-bare-link="true">jw@jonhnnyweslley.net</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -132,7 +136,7 @@ whois = !sh -c 'git log -i -1 --pretty="format:%an <%ae>
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>April 2015</li>
|
||||
<li class='tc'>August 2015</li>
|
||||
<li class='tr'>git-alias(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ git-alias(1) -- Define, search and show aliases
|
|||
|
||||
## SYNOPSIS
|
||||
|
||||
`git-alias`
|
||||
`git-alias` <search-term>
|
||||
`git-alias` <alias-name> <command>
|
||||
`git-alias`
|
||||
`git-alias` <search-term>
|
||||
`git-alias` <alias-name> <command>
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ git-alias(1) -- Define, search and show aliases
|
|||
|
||||
<search-term>
|
||||
|
||||
The pattern used for search aliases.
|
||||
The pattern used to search aliases.
|
||||
|
||||
<alias-name>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue