How to build hunk or lines using TortoiseGit?

As the name says, how to create a command or line using TortoiseGit?

I did my research and it says something like "click restore after commit", but I still don't know how to do it. Maybe you guys can lead me step by step on how to do this? Thanks.

+4
source share
1 answer

stage or line means git add --patch.
And it is implemented in TortoiseGit ( issue 222 , TortoiseGit 1.7.7.0), although it is not completely satisfactory.

It would be better if it worked by including instead of exception ...

(. "TortoiseGit: , " ) .

, , , .

+1

All Articles