Comment on Manager: This task only takes 30 minutes. Why did it take you the whole day?
etchinghillside@reddthat.com 11 months agoRemind me what -p does.
Comment on Manager: This task only takes 30 minutes. Why did it take you the whole day?
etchinghillside@reddthat.com 11 months agoRemind me what -p does.
PoolloverNathan@programming.dev 11 months ago
Patch add - it shows you particular changes you made, and you choose whether or not to include them in the commit. (You can then use
git stash -k
to stash only the changes you did not add, so you can test before you commit.)