Este documento tem como objetivo servir de guia para a configuração do ambiente de desenvolvimento.
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
| # ######################## # | |
| # GIT / GIT FLOW Sripts # | |
| # ######################## # | |
| alias gtp="git push" | |
| # git stash | |
| alias gsh="git stash" | |
| alias gsha="git stash apply" |