debian man page for git-alias

Query: git-alias

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GIT-ALIAS(1)							    Git Extras							      GIT-ALIAS(1)

NAME
git-alias - Define, search and show aliases
SYNOPSIS
git-alias [<alias-name> <command>]|[<search-term>]
DESCRIPTION
OPTIONS
<alias-name> The name of the alias to create. <command> The command for which you are creating an alias. <search-term> The pattern used for search aliases.
EXAMPLES
Defining a new alias: $ git alias last "cat-file commit HEAD" Providing only one argument, git-alias searchs for aliases matching the given value: $ git alias ^la last = cat-file commit HEAD git-alias will show all aliases if no argument is given: $ 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>
AUTHOR
Written by Jonhnny Weslley <jw@jonhnnyweslley.net>
REPORTING BUGS
<http://github.com/visionmedia/git-extras/issues>
SEE ALSO
<http://github.com/visionmedia/git-extras> June 2012 GIT-ALIAS(1)
Related Man Pages
git-lost-found(1) - debian
git-replace(1) - debian
git-http-fetch(1) - suse
git-lost-found(1) - suse
git-whatchanged(1) - mojave
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
Weird 'find' results