From: Tomas Carnecky <hidden> Date: 2016-06-15 22:49:32
On 9/11/10 6:55 PM, Andy wrote:
I did not commit these files. These files were committed by others. All I
want is to make sure my local copy has all the latest from the server.
What command should I use?
If you are using dumb http, you need to run 'git update-server-info'
after each push to the server. Otherwise pull won't see the new commits.
tom