Reputation: 19
Upvotes: 1
Views: 606
Reputation: 820
I think you could do it from your machine if you can have access to a Windows/Samba share on this local server from your own machine. You would be able to run git inside that share from your machine without a hassle, except if you don't have a direct access to the remote repository from your machine.
Or you could do like CharlesB said, which is more "gitty". Fetch the remote from your local machine, then push to the local server. For the other co-worker, they won't see any differences.
Upvotes: 1
Reputation: 90496
You can't pull from the server if your don't log into it. However you can pull from your local repo, and push back to the server.
Upvotes: 1