Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git shortcuts

# add shortcuts for common git commands
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 git-scm.com #
 
PREVIOUS NEXT
Tagged: #git #shortcuts
ADD COMMENT
Topic
Name
1+3 =