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
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
精彩评论