Skip to content

Instantly share code, notes, and snippets.

@cristianmiranda
Last active March 8, 2018 14:04
Show Gist options
  • Select an option

  • Save cristianmiranda/1f2d8b49230fdd9e371dc7cc433dfb19 to your computer and use it in GitHub Desktop.

Select an option

Save cristianmiranda/1f2d8b49230fdd9e371dc7cc433dfb19 to your computer and use it in GitHub Desktop.
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