Skip to content

Commit

Permalink
alias: polish the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiskogheim committed Jul 29, 2015
1 parent 24ad1c8 commit 9629fdf
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions man/git-alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@ git-alias(1) -- Define, search and show aliases

## SYNOPSIS

`git-alias` [<alias-name> <command>]|[<search-term>]
`git-alias`
`git-alias` <search-term>
`git-alias` <alias-name> <command>

## DESCRIPTION

List all aliases, show one alias, or set one (global) alias.

## OPTIONS

<search-term>

The pattern used for search aliases.

<alias-name>

The name of the alias to create.
Expand All @@ -18,10 +25,6 @@ git-alias(1) -- Define, search and show aliases

The command for which you are creating an alias.

<search-term>

The pattern used for search aliases.


## EXAMPLES

Expand Down

0 comments on commit 9629fdf

Please sign in to comment.