git-flight-rules
git-flight-rules copied to clipboard
How do you add entire files using `git add -p`?
I want to be able to select file to add using git add -p, instead of chunks. In other words, I want to cycle through the files which have changed to staging, without having to cycle through each chunk in those files.
Not sure how to do this, but probably a nice thing to add to this list.