Guest User

Untitled

a guest
Aug 18th, 2018
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. x3qt@x3qt-desktop:~/Work/github-test-repo$ git log
  2. commit 0205aca2f0c43162cb58efdc9e18178cb821fad0
  3. Author: x3qt <x3qt.corp@gmail.com>
  4. Date: Sun May 27 07:13:27 2012 -0700
  5.  
  6. Initial commit
  7. x3qt@x3qt-desktop:~/Work/github-test-repo$ git commit
  8. # On branch master
  9. # Changes not staged for commit:
  10. # (use "git add <file>..." to update what will be committed)
  11. # (use "git checkout -- <file>..." to discard changes in working directory)
  12. #
  13. # modified: README.md
  14. #
  15. no changes added to commit (use "git add" and/or "git commit -a")
  16. x3qt@x3qt-desktop:~/Work/github-test-repo$ git push git@github.com:x3qt/github-test-repo.git master
  17. Everything up-to-date
  18. x3qt@x3qt-desktop:~/Work/github-test-repo$ git log
  19. commit 0205aca2f0c43162cb58efdc9e18178cb821fad0
  20. Author: x3qt <x3qt.corp@gmail.com>
  21. Date: Sun May 27 07:13:27 2012 -0700
  22.  
  23. Initial commit
  24. x3qt@x3qt-desktop:~/Work/github-test-repo$ git commit README.md
  25. Aborting commit due to empty commit message.
  26. x3qt@x3qt-desktop:~/Work/github-test-repo$ git commit
  27. # On branch master
  28. # Changes not staged for commit:
  29. # (use "git add <file>..." to update what will be committed)
  30. # (use "git checkout -- <file>..." to discard changes in working directory)
  31. #
  32. # modified: README.md
  33. #
  34. no changes added to commit (use "git add" and/or "git commit -a")
  35. x3qt@x3qt-desktop:~/Work/github-test-repo$ git add
  36. Nothing specified, nothing added.
  37. Maybe you wanted to say 'git add .'?
  38. x3qt@x3qt-desktop:~/Work/github-test-repo$ git add .
  39. x3qt@x3qt-desktop:~/Work/github-test-repo$ git commit -a
  40. Aborting commit due to empty commit message.
  41. x3qt@x3qt-desktop:~/Work/github-test-repo$ git push git@github.com:x3qt/github-test-repo.git master
  42. Everything up-to-date
  43. x3qt@x3qt-desktop:~/Work/github-test-repo$ git log
  44. commit 0205aca2f0c43162cb58efdc9e18178cb821fad0
  45. Author: x3qt <x3qt.corp@gmail.com>
  46. Date: Sun May 27 07:13:27 2012 -0700
  47.  
  48. Initial commit
Add Comment
Please, Sign In to add comment