Last active
March 8, 2018 14:04
-
-
Save cristianmiranda/1f2d8b49230fdd9e371dc7cc433dfb19 to your computer and use it in GitHub Desktop.
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
| cd dist-$1 # Ingresar al repo | |
| git add . && git stash # En caso de tener cambios | |
| cd uat-$1 # Ingresar al repo | |
| git add . && git stash # En caso de tener cambios | |
| cd $1 # Ingresar al repo | |
| git add . && git stash # En caso de tener cambios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment