Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git list alias commands

# Alias to list all saved alias
git config --global alias.alias "!git config --get-regexp ^alias."

#then
git alias
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #list #alias #commands
ADD COMMENT
Topic
Name
7+6 =