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.
我正在寻找一种在舞台中包含特定部分的方法。我正在使用 TIG 前端,因此该方法可能涉及一些低级偏移等计算。但是目前我不知道要计算什么。
有人知道如何将单行从藏匿处移动到舞台区域吗?
尝试 difftool 反对 stash
git difftool stash@{0}
这将打开一个 difftool(在我的情况下为 Kdiff3),然后您将能够合并文件并选择愿意的行。