Skip to content

Instantly share code, notes, and snippets.

View annaguidi's full-sized avatar
🌰

Anna Guidi annaguidi

🌰
View GitHub Profile
@annaguidi
annaguidi / squash.md
Last active November 11, 2016 15:23
Phil's squash recipe

Step 1. Rebase

Before you run the command below, make sure you are in the right branch and have committed and pushed your most recent changes.

First, get the most recent version of master:

git fetch origin