View Single Post
  #1  
Old 06-09-2017, 01:13 PM
pitbool pitbool is offline
Member
 
Join Date: Oct 2012
Posts: 31
github commit directly from vizard script

Hi,

In our work, we want to be able to commit to a github repo the updates to our data file(s), as and when that happens, while the vizard script is running for our study.

We explored running a separate windows powershell script, which will monitor changes to data files, and also commit to the github repo. But it increases the overhead for our study coordinator.

To keep things more organized and clean, it would be better to be able to integrate that powershell script within our vizard script, so that we can monitor and commit the changes to our datafile(s) directly to github from the vizard script itself.

We searched on vizard forum but couldn't find any prior work along these lines. Any pointers or advice on how to achieve this?

Thanks,
-Bireswar
Reply With Quote