.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "GIT\-ALIAS" "1" "October 2020" "" "Git Extras" .SH "NAME" \fBgit\-alias\fR \- Define, search and show aliases .SH "SYNOPSIS" \fBgit\-alias\fR \fBgit\-alias\fR \fBgit\-alias\fR .SH "DESCRIPTION" List all aliases, show one alias, or set one (global) alias\. .SH "OPTIONS" .P The pattern used to search aliases\. .P .P The name of the alias to create\. .P .P The command for which you are creating an alias\. .SH "EXAMPLES" Defining a new alias: .IP "" 4 .nf $ git alias last "cat\-file commit HEAD" .fi .IP "" 0 .P Providing only one argument, \fBgit\-alias\fR searches for aliases matching the given value: .IP "" 4 .nf $ git alias ^la last = cat\-file commit HEAD .fi .IP "" 0 .P \fBgit\-alias\fR will show all aliases if no argument is given: .IP "" 4 .nf $ git alias s = status amend = commit \-\-amend rank = shortlog \-sn \-\-no\-merges whatis = show \-s \-\-pretty=\'tformat:%h (%s, %ad)\' \-\-date=short whois = !sh \-c \'git log \-i \-1 \-\-pretty="format:%an <%ae> .fi .IP "" 0 .SH "AUTHOR" Written by Jonhnny Weslley <\fIjw@jonhnnyweslley\.net\fR> .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR>