Advertisement
Gottfrieden

Untitled

Mar 5th, 2020
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. 479 cd sharezza-oops
  2. 480 touch index.html
  3. 481 git add index.html
  4. 482 git commit -m "Create index.html"
  5. 483 git commit -m "Add title"
  6. 484 git commit -a -m "Add title"
  7. 485 git commit -a -m "Add H1 in index.html"
  8. 486 git log --oneline
  9. 487 git revert f2149cc
  10. 488 git log --oneline
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement