Created
March 13, 2015 19:42
-
-
Save steveburkett/bbc556657a704ee70f0d to your computer and use it in GitHub Desktop.
git remote heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ruby-2.1.2]master:g5-dashboard $ heroku releases --app g5-dsh-compass-rock-clone | |
=== g5-dsh-compass-rock-clone Releases | |
v20 Deploy c474228 [email protected] 2015/03/13 12:23:39 (~ 13m ago) | |
v19 Deploy fa8e714 [email protected] 2015/03/13 12:15:06 (~ 22m ago) | |
v18 Deploy fa8e714 [email protected] 2015/03/13 11:33:53 (~ 1h ago) | |
v17 Deploy 3d4c218 [email protected] 2015/03/13 11:33:09 (~ 1h ago) | |
v16 Deploy 6f0e9d6 [email protected] 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 [email protected]:g5-dsh-compass-rock-clone.git (push) | |
cr-clone [email protected]: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