This question is probably due to my lack of understanding something i should! I made a rails app on one machine and deployed it. then cloned it to another machine to make some changes from there. went back to the first machine and created some branches to makes some changes... I know want my first machine to have the heroku stuff.
whats the best strategy for this type of development on multiple machines as a single heroku user?
What I'm doing now is creating a branch, performing a git pull into that branch, then merging the changes.... sound right?
Thanks.