Skip to content

Instantly share code, notes, and snippets.

View nickbouton's full-sized avatar
💣
word to your mom, I came to drop bombs.

Nick Bouton nickbouton

💣
word to your mom, I came to drop bombs.
View GitHub Profile
@nickbouton
nickbouton / cloudSettings
Last active May 5, 2019 02:46
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-05-05T02:46:37.790Z","extensionVersion":"v3.2.9"}
@nickbouton
nickbouton / git-bundle-hook.md
Created February 21, 2017 19:39 — forked from stefansundin/git-bundle-hook.md
Git post-checkout and post-merge hooks to simplify bundling and other tasks.

Make bundleing and npm installing easy

These git hooks runs bundle or npm install automatically whenever you:

  • git checkout a new branch with a different Gemfile or package.json.
  • git pull a change to Gemfile or package.json.

How to install

  1. cd awesome_git_repo