Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.67 KB | None | 0 0
  1. $ git log master > ~/masterlog; git log dev > ~/devlog; diff ~/masterlog ~/devlog
  2. 0a1,18
  3. > commit 8da1e2ec00a5cea279a5149812ca620e0f8c62a5
  4. > Author: Connor <blacksilverck35@gmail.com>
  5. > Date:   Fri Aug 11 10:20:53 2017 -0400
  6. >
  7. >     Create .gitignore
  8. >
  9. > commit c2faa6eae10bd27a3de05e9f4644c1622f115658
  10. > Author: Connor <blacksilverck35@gmail.com>
  11. > Date:   Thu Aug 10 23:53:44 2017 -0400
  12. >
  13. >     If it fails to open the fortune file, your fortune will display an error message.`
  14. >
  15. > commit 3ad6b454985154f5e836fde39d08f7205d3c14a7
  16. > Author: Connor <blacksilverck35@gmail.com>
  17. > Date:   Thu Aug 10 23:39:43 2017 -0400
  18. >
  19. >     fixed -Wall warnings in action.c
  20. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement