Maybe this is already available and I just don't know it?
Here's my current workflow:
- make code changes
- start reviewing all local changes in hunk
git add <file> when file reviewed and no further changes needed
- when all reviewed, push to branch
- create PR
Would love to be able to do step 3 - git add <file> straight from hunk view.
Maybe this is already available and I just don't know it?
Here's my current workflow:
git add <file>when file reviewed and no further changes neededWould love to be able to do step 3 -
git add <file>straight from hunk view.