Guest User

Untitled

a guest
Oct 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. cd weaver/
  2. git add single.php
  3. git commit -m'Ryan is a single man'
  4. git add leanna.php
  5. git commit -m"Added Leanna to Ryan's life"
  6. git mv single.php engaged.php
  7. git commit -m'Ryan & Leanna are engaged'
  8. git mv engaged.php married.php
  9. git commit -m'Congratz!'
  10. git push
Add Comment
Please, Sign In to add comment