Files
2012-02-21 01:15:00 -05:00

1 line
2.4 KiB
JSON

[{"user_id": 7447, "stars": [], "topic_id": 13306, "date_created": 1300257400.2712729, "message": "Does anyone know if there is a good way to view your commit history on heroku? Other than using github", "group_id": 447, "id": 363293}, {"user_id": 4865, "stars": [], "topic_id": 13306, "date_created": 1300261525.976877, "message": "What about `git log`?", "group_id": 447, "id": 363621}, {"user_id": 4221, "stars": [], "topic_id": 13306, "date_created": 1300273194.6236019, "message": "In Heroku, you just have a remote defined as 'heroku' that you push to. You're probably pushing to GitHub because you think you should, but there's really no reason you would need to other than you want to.", "group_id": 447, "id": 364230}, {"user_id": 4221, "stars": [], "topic_id": 13306, "date_created": 1300273233.5912409, "message": "If you type `git remote` in a project you push to heroku, you should see two remotes: one remote for heroku, one for github", "group_id": 447, "id": 364238}, {"user_id": 4221, "stars": [], "topic_id": 13306, "date_created": 1300273267.9586501, "message": "You could just clone the heroku branch, and do what @kossnocorp is saying: `git log`", "group_id": 447, "id": 364243}, {"user_id": 2937, "stars": [], "topic_id": 13306, "date_created": 1300764872.835104, "message": "`git log` is your answer, as @kossnocorp said. If you want something prettier (and something that shows branches better), there are git GUI's like gitx (for mac) that will show you the same info graphically", "group_id": 447, "id": 404716}, {"user_id": 2937, "stars": [], "topic_id": 13306, "date_created": 1300764942.317775, "message": "of course the real answer is to pay GitHub the money. It's expensive but totally worth it. Also, students can get a free micro account: http://github.com/edu", "group_id": 447, "id": 404720}, {"user_id": 25398, "stars": [], "topic_id": 13306, "date_created": 1301082221.7957799, "message": "You don't even have to clone it... just do: git log heroku/master", "group_id": 447, "id": 441925}, {"user_id": 2190, "stars": [], "topic_id": 13306, "date_created": 1301083776.7817309, "message": "@johngibb that's not completely true: you've got to have the heroku remote added, and do a `git fetch` to obtain the commits that are present in Heroku but maybe not in your repository. Git works locally, the only commands that work on remotes are push, pull and fetch.", "group_id": 447, "id": 442142}]