If I have modified several lines of a versioned file, is it possible to undo the changes of a line by command-line?
Just like I would do for an entire file with:
git checkout /path/to/file.extension
but doing something like, say
git checkout /path/to/file.extension --line 10
is this possible?