具有“自动推送”功能的 Git 客户端?
是否存在具有自动推送功能的 git 客户端(最好是 Windows)?
就像在提交时自动推送到 origin/master 一样。
我知道这违背了整个 git 方法,并且可以通过钩子来实现。
Does a git client exist (preferably for windows) with autopush functionality?
As in automatically pushes to origin/master on commit.
I am aware this goes against the whole git methodology and can be achieved with hooks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,Windows 上的 Git 客户端并不多: TortoiseGit 是我想到的主要问题)。
为该功能设置专用挂钩仍然是您的最佳选择(如“ git提交后如何自动推送?”)。我知道您已经意识到这一点,但我只是指出我没有看到该功能直接在 Git 客户端中实现。
Not that I know of (and there aren't that many clients for Git on Windows to begin with: TortoiseGit being the main one coming to mind).
Setting up a dedicated hook for that feature remains your best option (as in "How to automatically push after committing in git?"). I know hat this is what you were aware of, but I just pointed out that I didn't see that feature directly implemented in a Git client.