Skip to content

Instantly share code, notes, and snippets.

@abrkn
Created January 30, 2018 19:48
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 abrkn/0323224580bb09635d6460eabd2c6f0d to your computer and use it in GitHub Desktop.
Save abrkn/0323224580bb09635d6460eabd2c6f0d to your computer and use it in GitHub Desktop.
~/wallet$ git fetch origin
remote: Counting objects: 33, done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 33 (delta 17), reused 21 (delta 15), pack-reused 1
Unpacking objects: 100% (33/33), done.
From https://github.com/iotaledger/wallet
dfd2665..465688d master -> origin/master
* [new tag] v2.5.7 -> v2.5.7
~/wallet$ git checkout v2.5.7 && rm -rf node_modules/ && npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment