开发者

Git format-patch output in a single file

开发者 https://www.devze.com 2022-12-20 19:12 出处:网络
How to direct the output of the command format-patch to a single f开发者_高级运维ile?--stdout > filenameYou can also use git format-patch <branch> --output single.patch

How to direct the output of the command format-patch to a single f开发者_高级运维ile?


--stdout > filename


You can also use git format-patch <branch> --output single.patch

0

精彩评论

暂无评论...
验证码 换一张
取 消