Created
June 9, 2012 13:04
-
-
Save hhamon/2900910 to your computer and use it in GitHub Desktop.
Revisions
-
Hugo Hamon created this gist
Jun 9, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 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