With an app in heroku, with git url like git@heroku.com:app.git,
And a repo in github https://github.com/username/other_app.git
Is possible sync the two repos for hosting the sema app in two git servers (heroku and github) ?
|
With an app in heroku, with git url like Is possible sync the two repos for hosting the sema app in two git servers (heroku and github) ? |
||||
|
|
|
Yes of course this is possible, because git is a distributed repository. You can configure multiple remotes, one at GitHub and one at heroku, and just push your changes to both of them. Example:
|
|||
|
|