Skip to content

Instantly share code, notes, and snippets.

View silent1mezzo's full-sized avatar

Adam McKerlie silent1mezzo

View GitHub Profile
@silent1mezzo
silent1mezzo / ladder.md
Created March 5, 2018 20:42 — forked from jamtur01/ladder.md
Kickstarter Engineering Ladder
#!/bin/bash
# node.js using PPA (for statsd)
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
# Install git to get statsd
sudo apt-get install git
@silent1mezzo
silent1mezzo / 0fixup.md
Created January 24, 2012 15:12 — forked from SethRobertson/index.md
On undoing, fixing, or removing commits in git

A git choose-your-own-adventure!

This document is an attempt to be a fairly comprehensive guide to recovering from what you did not mean to do when using git. It isn't that git is so complicated that you need a large document to take care or your particular problem, it is more that the set of things that you might have done is so large that different techniques are needed depending on exactly what you have done and what you want to have happen.