shhac

↗ HN profile [ 143 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. git add -p is the only built-in way to stage individual hunks, and it's interactive — you step through hunks one at a time answering "y/n/q/a/d/e/?". That works fine for humans at a keyboard, but it's completely…