This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "Hello: Fabio, how are you ?" | |
| alias prod-select="echo 'Entrando servidor de producao' && ssh -i ~/xxx/prod.pem prod@127.0.0.1" | |
| alias dev-select="echo 'Entrando servidor DEV' && ssh -i ~/xxx/dev.pem dev@127.0.0.1" | |
| alias gcd="git checkout develop" | |
| alias gcm="git checkout master" | |
| alias gpo="git push origin" | |
| alias gc="git checkout " | |
| alias gp="git pull " |