On 16 Feb 2016, at 13:18, feek wrote:
Wouldn't it be nice that TextMate, when in a bundle a .git folder with remote is present, makes automatically a git pull when there are changes in the remote.
Such functionality does not need to be built into TextMate.
You can create a script to update your bundles and run it via launchd (Appleās cron replacement).
Seems this is more flexible, since people might use other systems than git, and also, the exact policy can be determined by you, as I am not sure always pulling in remote changes (and merging?) is desired.