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