Re: [git-users] How to write a shell script that checks if files have been modified in a particular directory in GIt and then do a pull

2016-03-16 Thread Konstantin Khomoutov
On Tue, 15 Mar 2016 11:50:30 -0700 (PDT) Jawahar Babu wrote: > I've to write a shell script that checks for changes in a particular > folder and then do a pull of the whole repository. > > I've a build setup for which the source code resides in only 1 > directory (which has more sub directories)

[git-users] How to write a shell script that checks if files have been modified in a particular directory in GIt and then do a pull

2016-03-15 Thread Jawahar Babu
Hello Everyone, I've to write a shell script that checks for changes in a particular folder and then do a pull of the whole repository. I've a build setup for which the source code resides in only 1 directory (which has more sub directories) . So I would like to run a build only when there is