unstage
What is the fastest way to unstage parts of a new file in git?
When I want to split up a new file into several commits I can git add -N <file> and then interactively stage lines using git gui. When I make a mistake while staging, however, git gui won\'t let[详细]
2023-03-23 10:58 分类:问答