我们可以使用 quilt 推送/添加到本地 git 存储库吗?
我们可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您只是想应用 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
“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