DEV Community

Discussion on: Partially Stage and Commit Changes in Git

Collapse
 
n_develop profile image
Lars Richter

I use that a lot. It's a great feature. Thanks for writing this nice post about it.
If you are working in ".NET Land", you might want to check out "git istage". It's really awesome if you want to stage individual line instead of entire chunks. github.com/terrajobst/git-istage

Collapse
 
grepliz profile image
Liz Lam

I've been using git for some time now and actually just recently discovered the -p flag. I'm not familiar with 'git istage', thanks for sharing! I will definitely check it out!