bkerby

git wat

Sep 24th, 2012
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. $> git status
  2. # On branch master
  3. # Your branch is ahead of 'origin/master' by 5 commits.
  4. #
  5. # Untracked files:
  6. # (use "git add <file>..." to include in what will be committed)
  7. #
  8. # src/Network/SourceGraph/
  9. nothing added to commit but untracked files present (use "git add" to track)
  10.  
  11. $> git gg -n 10
  12. * <7fc5169> 2012-09-24 [Matvey Aksenov] (HEAD, master) Bump version to 0.0.3.6
  13. * <075981a> 2012-09-24 [Matvey Aksenov] Remove redundant imports.
  14. * <b881bad> 2012-09-23 [Matvey B. Aksenov] Merge pull request #1 from dato/xml_format_fix
  15. |\
  16. | * <3f8109d> 2012-09-23 [Dato Simó] Fix XML requests, which do not take a format=xml parameter.
  17. |/
  18. * <a81d210> 2012-09-16 [Matvey Aksenov] Support 7.6.1. Bump version to 0.0.3.5
  19. * <d7fe507> 2012-07-29 [Matvey Aksenov] (v0.0.3.4, origin/master, origin/HEAD) Bump version to 0.0.3.4.
  20. * <e89335c> 2012-07-29 [Matvey Aksenov] Add show instances for API arguments.
  21. * <d3f6358> 2012-07-25 [Matvey Aksenov] We need orphan FromJSON instance for LastfmError since we want to separate concrete protocol API from core.
  22. * <ea647e3> 2012-07-25 [Matvey Aksenov] Cosmetics.
  23. * <871ba4b> 2012-07-25 [Matvey Aksenov] Revert "Remove travis.ci stuff."
  24.  
  25. $> git push origin master
  26. Everything up-to-date
  27.  
  28. $> git status
  29. # On branch master
  30. # Untracked files:
  31. # (use "git add <file>..." to include in what will be committed)
  32. #
  33. # src/Network/SourceGraph/
  34. nothing added to commit but untracked files present (use "git add" to track)
Advertisement
Add Comment
Please, Sign In to add comment