Skip to content

Instantly share code, notes, and snippets.

npm publish actually zips up your module directory and sends the zip to be stored on the npm servers. if you have passwords and large files in your working directory they may be included in the zip unless you add them to a .npmignore (if an .npmignore is not present it will check .gitignore instead)

on github:

  • merge PR to master

locally:

  • switch to master branch important
  • pull origin master locally important
require 'git'
require 'logger'
revert_branch_name = "origin/remove-failing-tests"
working_dir = '.'
g = Git.open(working_dir, :log => Logger.new(STDOUT))
base_commit = g.gcommit('5b78d2b')
branch_tip_commit = g.gcommit(revert_branch_name)
@jsanz
jsanz / README.md
Last active May 17, 2018 13:53
Geocode with Mapzen search and Google Spreadsheets

How to set up a quick geocoding system on google spreadsheets.

  1. Create a new spreadsheet
  2. Open the Scripts editor and paste the script attached
  3. Use on your spreadsheet this new formula
=searchMapzen(place_cell,mapzen_api_key)

Push Notifications Options

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.