0

I have an app hosted @ heroku server. And they are showing my repository as [email protected]:sharp-window-7156.git. I have an account on github https://github.com also. Is it possible to explore and edit this respository from github?

asked Apr 22, 2012 at 11:07

1 Answer 1

1

No, you can't do that with Github. If you use an IDE based Git tool like Gitx or Tower you should be able to browse the heroku repository otherwise you can just pull the code from the heroku origin and view it locally.

If you practice good source control/branch management though you can usually be sure that what's on github is on heroku. I usually always maintain my local master branch as the current 'live' code and work in branches. When I'm happy to put live the branch is merged into master, pushed to github and heroku.

answered Apr 22, 2012 at 11:16
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.