Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经用git add --patch.
git add --patch
我后来修改了这些行。
我怎么能在不再次选择它们的情况下上演相同的线条git add --patch?
这是不可能的,而且我认为没有一种直接的方法来编写脚本是值得的。建议再过git add -p一遍流程。
git add -p