我有一个包含 6 个文件的 Git 补丁。
我只想从.patch包含上述文件的文件中应用 rrr.php
.patch
git-applycommand 包含--excludearg,但不包含--include.
git-apply
--exclude
--include
如何仅从.patch文件中应用 rrr.php ?
git
我已经保存了许多更改,因此我的git stash list.
git stash list
我正在寻找特定的更改,但查看列表中每个条目的内容相当乏味。
但是,我确实知道更改被隐藏的日期,所以我想知道是否有某种方法可以按创建日期过滤列表?
git git-stash
git ×2
git-stash ×1