How to disable git bash daily updates checking

gitgit-bashinstallation

I've installed git bash and ticked the "Check daily for updates" option. I thought that it will update automatically, but it requires me to configure the set up manually each time. I don't update it but it annoys me every day. When I tried to install a new version of git with that option unchecked it still was left intact. Is there a way to remove the daily checking or should I just reinstall my git bash with that option unselected?

Best Answer

I too encountered this really annoying "automatic update" behavior. It looks like checking this box during install adds a scheduled task to the Windows task scheduler. You ought to be able to remove it from here.

Task Scheduler with Git Update Scheduled Task

Related Question