Skip to content

Instantly share code, notes, and snippets.

View greglboxer's full-sized avatar

Greg Boxer greglboxer

  • Planview
  • Seattle
View GitHub Profile
@greglboxer
greglboxer / ecs_deployment_steps.md
Last active February 24, 2016 20:41
Rough outline of the steps taken to get a basic angular webapp up and running on the Amazon EC2 Container Service
@greglboxer
greglboxer / pre-push.sh
Last active August 29, 2015 13:57 — forked from city41/pre-push.sh
#!/bin/sh
# Called by "git push" after it has checked the remote status,
# but before anything has been pushed.
#
# If this script exits with a non-zero status nothing will be pushed.
#
# Steps to install, from the root directory of your repo...
# 1. Copy the file into your repo at `.git/hooks/pre-push`
# 2. Set executable permissions, run `chmod +x .git/hooks/pre-push`