Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aaronhipple
aaronhipple / rebase-me.sh
Created February 3, 2017 18:06
Rebase Scenario
#!/bin/bash
# Generate a rebase practice scenario with a dirty commit.
# Don't run this in a real git repo, obviously!
git init
echo 'Initial data' > my-file.txt
git add my-file.txt