I’m working in a project that is being hosted in appharbor (like heroku for .net). It use git push to upload the code (my first time ever working with such environment).
The thing is that now I miss the features of a classic GIT or SVN repository, like seeing the code in a web site, tickets, etc.
My question is: Can I integrate for example assembla with appharbor in a way the let me send the code only once, and have it in both plataforms?
You can push all projects with one command.
Then for each additional repo you want to push to:
Then when you do
git push herokuit will update all of your repos and heroku.