有什么方法可以使 github 桌面自动拉取和推送更改

is there any way to make github desktop pull and push changes automaticcally

在 Github 桌面

中自动 Push/Pull

在 Visual Studio Git hub 中处理代码时,桌面是我最喜欢使用的工具。它使我和我的程序员同事之间甚至我自己的笔记本电脑之间的协作变得无缝,或者几乎无论如何;能够看到更改确实很有帮助,但它有一个主要问题,您必须单击一两个按钮才能获取或发送最新更改,我想知道是否有任何方法可以使这样一来,如果我进行更改,它会自动推送到存储库,反之亦然。

作为参考,我拥有截至 1019-02-19 或 v 1.6.1

的最新版本 git hub 桌面

这不是 GitHub 桌面版中直接可用的功能。

您可能会考虑挂钩,至少在推送自动化方面,as in here
部分编辑,like VS Code, can automatically and periodically fetch refs from your remotes. But if GitHub Desktop has no such capability, you would need to setup some cron task.