Last active
July 21, 2016 18:07
-
-
Save kavyasukumar/33e30fe973060655eec4246c90be68e9 to your computer and use it in GitHub Desktop.
Data tool walkthrough
This file contains 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
# 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