top | item 34690163

(no title)

mjsir911 | 3 years ago

I tend to use `git add -p` for exactly this purpose ;-)

discuss

order

hoseja|3 years ago

I really hate how there's a smallest possible chunk you can't split any further/do line-by-line commits without a lot of hassle.

fwlr|3 years ago

Holy hell

I had no idea git had that feature, that’s amazing. You’ve significantly improved my workflow

pabs3|3 years ago

Even better is `git gui`, it lets you stage individual line changes.