In my git project I have a single unstaged file called init.rb.
I would like to split it and then add it. Or add it while splitting it. When I do
git add --interactive init.rb
I don't get the option to split my file into separate hunks. Or maybe I am misreading the options. How do I go ahead with this?