I have a following problem. I want to write batch file and run this file everyday on vm.
I have a ssh key on vm so if I manually write "git pull" in gitbash I do not have to write password after that.
Now I want to write script in batch file which will do that automatically.
c://TESTS/test/tes - I want to pull only this one folder from repo.
I do not know how to create that kind of script. Any ideas?