I am a php programmer and I am building an application.
I have a testing server(pagodabox) and a production server.(EC2).
After each task is completed I do a commit and push to testing server using git to test. after several tasks are complete I want the changed files for all these tasks to be moved to my development server (EC2).
So how can I do this? Is there any way to move the changed files directly to production server?
Also is there any way to know the files changed for each task.
Both my testing server and production server has git installed.
What is usually done is: