Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Peaker
on March 24, 2011
|
parent
|
context
|
favorite
| on:
Play Git Like A Violin
Instead of "git diff" followed by "git commit -a -m", I like to do: "git add -p" followed by commit.
You get to see the diff, piece by piece, and separate the independent fixes.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You get to see the diff, piece by piece, and separate the independent fixes.