Skip to content

Instantly share code, notes, and snippets.

@matiasherranz
Created September 15, 2016 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiasherranz/5e0900e5fbae0bd5d39fe0ad8697a6dc to your computer and use it in GitHub Desktop.
Save matiasherranz/5e0900e5fbae0bd5d39fe0ad8697a6dc to your computer and use it in GitHub Desktop.
# Let's move to the proper GIT branch
git checkout $BRANCH
git pull origin $BRANCH
# Let's go to the correct folder
cd converter
# Install the dependencies
npm install
# Run the tests!
npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment