A console application, which checks last commit in a common git
repo, and if there is something new, shows notification.
- Clone your repo manually to some
GIT_DIRECOTRY
. - Set github user/password, git directory and github URL in Program.cs.
- Compile the program and configure periodic execution for it. To do it you need to create a
task
inTask Scheduler
Windows application. You need schedule execution of runtask.vbs with help ofwscript.exe
. Please read https://serverfault.com/a/9039/190769 for details. Note!runtask.vbs
should contains\r\n
for newline, and usewindows-1251
encoding.