From: Jakub Narebski <hidden> Date: 2016-06-15 22:43:55
Erik Colson [off-list ref] writes:
Does Git allow to commit only selected patches from inside 1 file ?
I'm coming from a darcs world where this is supported...
Probably it is supported in Git too, but I can't figure out how :-/
Use "git add --interactive" or "git gui" (the latter requires Tcl/Tk).
--
Jakub Narebski