On Jun 1, 2017, at 18:58, Branko Čibej wrote: >> - Is there an option to inspect each file further line-by-line for >> lines that have changed to either be selected or excluded from the commit? > > "Including or excluding changed lines from a file before commnt" is also > known as "using a text editor to modify the file". Subverison tracks > whole files, not individual lines. In fact the repository does not care > if the file contains text or not.
Now that one of the projects I work on has switched to git and I'm trying (unsuccessfully) to learn it, I've started using GitHub Desktop on my Mac, which has this feature. I may have modified several lines in a file, but GitHub Desktop gives me checkboxes for each line in the diff so that I can select which of them I want to commit. It's the one aspect of working with git that I prefer over svn so far.