github - Automatic git Pull on Cloned Folder in desktop -
i have folder on desktop git cloned branch. want automatic git pull whenever pushed branch (assuming there no conflicts). how achieve ? novice in git. looking detailed solution.
automatic git push not there in git. plus won't suggest because might working on or in middle of something. auto pull may cause issues.
if still want there 2 ways:
- set cron in system , add
git pull
it. - another that, github provides webhooks, can setup local web server on machine , trigger git pull on trigger on webhook
Comments
Post a Comment