aethermx/ember-cli-bootstrap-tokenfield

View on GitHub
prep-deploy.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

mkdir ../ember-cli-bootstrap-tokenfield-gh-pages/
cd ../ember-cli-bootstrap-tokenfield-gh-pages/
git init
git remote add origin git@github.com:aethermx/ember-cli-bootstrap-tokenfield.git
git checkout -b gh-pages
git pull origin gh-pages