If i write a command git add -p
I can manually edit the current and commit only the line I want:
But in PyCharm I do not know how to do this. I cannot separate each line, PyCharm selects both lines and does not allow me to select one:
Does anyone know how to do this in PyCharm?