git - Integrating Assembla (or similars) with AppHarbor (or similars, like heroku) -


i'm working in project being hosted in appharbor (like heroku .net). use git push upload code (my first time ever working such environment).

the thing miss features of classic git or svn repository, seeing code in web site, tickets, etc.

my question is: can integrate example assembla appharbor in way let me send code once, , have in both plataforms?

you can push projects 1 command.

git remote set-url --add --push url = heroku:path/proj.git 

then each additional repo want push to:

 git remote add github:path/proj.git  git remote add github:path/proj2.git 

then when git push heroku update of repos , heroku.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -