git-alias (1) Linux Manual Page
git-alias – Define, search and show aliases Synopsisgit-alias git-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: $ git…
