On this workflow, does git command needs to be installed on the production server?
问题 Developer A - Local Repository --> pulls/push ---> github Developer B - Local Repository --> pulls/push ---> github Capistrano would remain on our developers' machines, however we will define :repository to point to our GitHub project: set :repository, "git@github.com:myuser/myproject.git" # My clone url Developer A OR Developer B must be allowed to deploy committed files to the production machine. Question 1) Those committed files will come from one of the Developers machines, correct?