Skip to content

Instantly share code, notes, and snippets.

@hhamon
Created June 9, 2012 13:04
Show Gist options
  • Select an option

  • Save hhamon/2900910 to your computer and use it in GitHub Desktop.

Select an option

Save hhamon/2900910 to your computer and use it in GitHub Desktop.

Revisions

  1. Hugo Hamon created this gist Jun 9, 2012.
    10 changes: 10 additions & 0 deletions gistfile1.sh
    Original 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