Can you do partial commit in TortoiseGit?
Yes, there are official instructions in the docs. In practice, I find this workflow useful: Right click a file you want to partially commit Click Restore after commit – This immediately creates an internal copy of the file. Double click the file to edit in TortoiseGitMerge Right click -> Mark this block for each change … Read more