Suppose I've committed a whole bunch of lines in a whole bunch of files as commit A with the message "Commit A"
Suppose I want to recommit a portion of commit A (by line numbers) as a new commit with the message "Commit B"
How do I achieve this in git? (Moreover, the portion of the commit I'm trying to recommit are identified by line numbers and there are other lines in the same file that I don't want to recommit)