简体   繁体   中英

Is it possible to apply single lines from stash?

I'm looking for a way to include specific parts of stashes in stage. I'm using TIG frontend, so the method can involve some low level offset, etc. calculation. However currently I don't have any idea of what to compute.

Does someone have an idea of how to move single lines from a stash into the stage area?

Try difftool against stash

git difftool stash@{0}

This will open a difftool (Kdiff3 in my case) and than you will be able to merge files and select willing lines.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM