|  |  
 |   |   
 NAMEgit-alias - Define, search and show aliases SYNOPSISgit-alias
   DESCRIPTIONList all aliases, show one alias, or set one (global or local) alias. OPTIONS--global Show or create alias in the system config --local Show or create alias in the repository config <search-pattern> The pattern used to search aliases. <alias-name> The name of the alias to create. <command> The command for which you are creating an alias. EXAMPLESDefining a new alias: 
 Providing only one argument, git-alias searches for aliases matching the given value: 
 git-alias will show all aliases if no argument is given: 
 AUTHORWritten by Jonhnny Weslley <jw@jonhnnyweslley.net> REPORTING BUGS<https://github.com/tj/git-extras/issues> SEE ALSO<https://github.com/tj/git-extras> 
 
 |