|
|
|
|
|
by ori_b
2637 days ago
|
|
> And how would you stage & commit only a portion of the changes made to a file? I wouldn't. That code is untested, and I have a thing against committing untested code. Git stash -p, on the other hand, allows me to select what code should be left in the working directory for testing, with no need for a staging area. |
|