Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. git init
  2. echo "this is a tset" > test.txt
  3. git add test.txt
  4. git commit -am "Initial commit."
  5. echo "this is a test" > test.txt
  6. git commit -am "Fix typo."
  7. echo "This is a test." > test.txt
  8. git commit -am "Fixed grammer."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement