Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git alias list

# Setup short form of commands to save keystrokes

git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #alias #list
ADD COMMENT
Topic
Name
6+2 =