commands.sh

git alias

all

Create shortcuts for Git commands. Part of `git-extras`.

More info →

Examples (3)

List all aliases

Create a new alias

git alias "name" "command"

Search for an existing alias

git alias ^name
made by @shridhargupta | data from tldr-pages