#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
// CREDIT TO BEEZLY for a lot of this, I just adapted it a bit and added more documentation :) | |
// --> BEEZLY's work: https://gist.github.com/beezly/9b2de3749d687fdbff3f | |
// To make this work: | |
// 1) create a new Google Sheet (name it whatever you'd like, e.g., "Nest Data") | |
// 2) on the menu bar click Tools -> Script Editor... to open Script Editor (new window) | |
// 3) in Script Editor delete all the default scripts/files, and create a new one (I called it "NestScript.gs") | |
// 4) cut and paste this entire file into NestScript.gs, then SAVE THE SCRIPT | |
// 5) on the menu bar click Publish -> Deploy as Web App | |
// select "Execute the App as Me" |
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
<link rel="canonical" href="http://yourdomain.com{{ page.url | replace:'index.html','' }}" /> |