你如何git应用补丁,但排除2个文件?对于1个文件或文件模式,你可以做--exclude标志。但如果我有2个不同的文件a.rb和b.rb我需要排除,但我有c.rb,d.rb,e.rb也在补丁需要应用。
--exclude
a.rb
b.rb
c.rb
d.rb
e.rb
cld4siwp1#
这可以帮助
git apply -v mypatch.patch --exclude={file1.txt, file2.json}
字符串
1条答案
按热度按时间cld4siwp1#
这可以帮助
字符串