Git on Windows Server
Posted
by Chris
on Server Fault
See other posts from Server Fault
or by Chris
Published on 2010-06-05T05:21:41Z
Indexed on
2010/06/05
6:03 UTC
Read the original article
Hit count: 476
windows-server-2003
|git
I have my Git repository hosted at github.com. I would like to push updates and such to github.com and then log into my Windows server and do a git pull to get my changes.
Is this optimal?
It seems like whenever I try to do a git pull on the server, the files seem to get updated somehow since the last pull. And so I am unable to get the update as git says I need to commit my local (Windows server) changes.
How can I use git like I want to? Or is there a better way?
© Server Fault or respective owner