[git-users] Can I force Git to fail on a pull if it cannot overwrite local files?

2012-10-30 Thread Ben Moxon
Sometimes if I have a solution open in Visual Studio when I pull from Git ( a common situation in this type of development environment ) it seems that Visual Studio will have certain files locked so that Git fails to overwrite them. When that happens Git doesn't seem to care- it continues the

Re: [git-users] Can I force Git to fail on a pull if it cannot overwrite local files?

2012-10-31 Thread Ben Moxon
tion > from session information. VS does not; one file holds the project info > as well as your session state (which files/tabs are open etc). > > > On Wed, Oct 31, 2012 at 3:19 AM, Ben Moxon > > wrote: > > Sometimes if I have a solution open in Visual Studio when I pu