#2. How to create git alias

git config --global alias.co checkout

git config --global alias.br branch

git config --global alias.st status


File where these settings are stored is, ~/.gitconfig

cat ~/.gitconfig

Comments

Popular posts from this blog

#6. Fetch time in rails

#8. nginx+puma deployment using capistrano

#21. Rails scope