|
NAMEgit-alias - Define, search and show aliasesSYNOPSISgit-aliasgit-alias <search-pattern> git-alias <alias-name> <command> DESCRIPTIONList all aliases, show one alias, or set one (global) alias.OPTIONS<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>
Visit the GSP FreeBSD Man Page Interface. |