Cris Towi
Cris Towi

Reputation: 1211

Repo from heroku to github

I'm kind of new in this of heroku and github, but what I want to do is put a Django application in heroku to my github account. How can I do that from console or something?

Upvotes: 0

Views: 46

Answers (1)

edofic
edofic

Reputation: 727

You have a local git repository of your code that you pushed to heroku. Now you just got to http://github.com (create an account if you haven't yet) and a repository for your project. You will then get the instructions to push your existing code to the newly created repo.

Upvotes: 2

Related Questions