Skip to content

Instantly share code, notes, and snippets.

@hhamon
Created June 9, 2012 13:04
Show Gist options
  • Save hhamon/2900910 to your computer and use it in GitHub Desktop.
Save hhamon/2900910 to your computer and use it in GitHub Desktop.
Weaver Life as a Git History
cd weaver/
git add single.php
git commit -m'Ryan is a single man'
git add leanna.php
git commit -m"Added Leanna to Ryan's life"
git mv single.php engaged.php
git commit -m'Ryan & Leanna are engaged'
git mv engaged.php married.php
git commit -m'Congratz!'
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment