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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -