Skip to content

Instantly share code, notes, and snippets.

@steveburkett
Created March 13, 2015 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveburkett/bbc556657a704ee70f0d to your computer and use it in GitHub Desktop.
Save steveburkett/bbc556657a704ee70f0d to your computer and use it in GitHub Desktop.
git remote heroku
[ruby-2.1.2]master:g5-dashboard $ heroku releases --app g5-dsh-compass-rock-clone
=== g5-dsh-compass-rock-clone Releases
v20 Deploy c474228 jonnysamps@gmail.com 2015/03/13 12:23:39 (~ 13m ago)
v19 Deploy fa8e714 jonnysamps@gmail.com 2015/03/13 12:15:06 (~ 22m ago)
v18 Deploy fa8e714 jonnysamps@gmail.com 2015/03/13 11:33:53 (~ 1h ago)
v17 Deploy 3d4c218 steve@burkettnet.com 2015/03/13 11:33:09 (~ 1h ago)
v16 Deploy 6f0e9d6 jonnysamps@gmail.com 2015/03/13 09:44:55 (~ 2h ago)
[ruby-2.1.2]master:g5-dashboard $ git ls-remote cr-clone
Fetching repository, done.
3d4c21824741988de60d08b912746ebcf50cb37f HEAD
3d4c21824741988de60d08b912746ebcf50cb37f refs/heads/master
[ruby-2.1.2]master:g5-dashboard $ git remote -v
cr-clone git@heroku.com:g5-dsh-compass-rock-clone.git (push)
cr-clone git@heroku.com:g5-dsh-compass-rock-clone.git (fetch)
[ruby-2.1.2]master:g5-dashboard $ git fetch && git log -2 cr-clone/master
commit 3d4c21824741988de60d08b912746ebcf50cb37f
Merge: 107b74d 75fafb0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment