Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Tower进行源代码控制,并且想知道是否有一种方法可以为我对 github/bitbucket/etc 所做的每次推送创建自动化,它还会自动调用 pull 到我的 live box(例如我的个人 .com) . 有什么建议么?谢谢。
您可以使用gitook为更新后事件执行此操作。Git 钩子是在某些操作之后执行的 shell 脚本。您可以编写一个脚本,远程登录到 live box 并执行 pull 或对 live box 进行额外的推送。