I\'ve seen a couple of similar questions to this, but haven\'t been able to solve my problem so am asking again.
I added a load of new files to an existing git-ena
If you're using the Dreamhost server to keep bare repositories you can add and commit locally and then rsync your .git directory up to DH. After it finishes go into the server's [repository name].git/config and change core.bare from false to true.
Not sure exactly what you'd do if you want work trees on the server, it hasn't come up for me.