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