我们可以使用 quilt 推送/添加到本地 git 存储库吗?

发布于 2024-11-18 00:11:30 字数 83 浏览 2 评论 0原文

我们可以使用 quilt 推送/添加到本地 git 存储库吗? 如果是,请帮助我指定命令,任何 URL/链接都会有很大帮助。

提前致谢。

Can we use quilt to push/add to local git repository?
If yes, kindly help me to specify the commands and any URL/link will be of immense help.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时光倒影 2024-11-25 00:11:30

如果您只是想应用 quilt 补丁系列,请按照 Luke Girvin 的建议使用 git quiltimport 。

如果你想在git上使用类似于quilt的工作流程,我建议你看看stgit罪恶(guilt gitweb),或 topgit

If you're just looking to apply a quilt patch series, use git quiltimport as suggested by Luke Girvin.

If you want to use a workflow similar to quilt on git, I suggest you look at stgit, guilt(guilt gitweb), or topgit

倾听心声的旋律 2024-11-25 00:11:30

“git-quiltimport - 将 quilt 补丁集应用到当前分支”:

http://www.kernel.org/pub/software/scm/git/docs/git-quiltimport.html

"git-quiltimport - Applies a quilt patchset onto the current branch":

http://www.kernel.org/pub/software/scm/git/docs/git-quiltimport.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文