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:

  1. set cron in system , add git pull it.
  2. another that, github provides webhooks, can setup local web server on machine , trigger git pull on trigger on webhook

Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -