Re: how to check for uncommitted/unstaged changes on remote side before pushing

2015-11-09 Thread Marc Haber
Hi Dennis, thanks for your comments. I appreciate that. On Mon, Nov 09, 2015 at 09:25:00AM +0100, Dennis Kaarsemaker wrote: > On zo, 2015-11-08 at 22:23 +0100, Marc Haber wrote: > > Hi, > > > > I am trying to abuse git as a code distribution channel and would > > lik

how to check for uncommitted/unstaged changes on remote side before pushing

2015-11-08 Thread Marc Haber
voked inside the .git/hooks directory which is not considered part of the repository. What is going wrong here? If my entire approach is wrong, what is the recommended way to prevent a repository with unstaged or uncommitted changes from being pushed to? Greetings Marc -- ---