Skip to content

Instantly share code, notes, and snippets.

@kavyasukumar
Last active July 21, 2016 18:07
Show Gist options
  • Save kavyasukumar/33e30fe973060655eec4246c90be68e9 to your computer and use it in GitHub Desktop.
Save kavyasukumar/33e30fe973060655eec4246c90be68e9 to your computer and use it in GitHub Desktop.
Data tool walkthrough
# SETUP
bash -c "$(curl -fsSL https://gist.githubusercontent.com/kavyasukumar/6542db36f4e8c792204ad9a0a47254a9/raw/7147d4d42140363ffc2ff2dcd7ddfb7a18e77807/setup-vox-middleman.sh)"
# CLEANUP
cd ~/.middleman/voxmedia
git checkout master
git branch -D kinto
gem uninstall kinto_box
# MANUAL
# Delete kinto api token from bash_profile
# change shared branch
cd shared
git branch kinto
git checkout kinto
git reset --hard origin/kinto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment