TLDR
Enter a command. For example: pax, hg clone, gh ssh key, pigz.

git alias

 
Create shortcuts for Git commands. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-alias.
 
  • List all aliases:
     
    git alias
     
  • Create a new alias:
     
    git alias "{{name}}" "{{command}}"
     
  • Search for an existing alias:
     
    git alias ^{{name}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.