@hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish • 1 year agoManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square117fedilinkarrow-up1803arrow-down18
arrow-up1795arrow-down1imageManager: This task only takes 30 minutes. Why did it take you the whole day?programming.dev@hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish • 1 year agomessage-square117fedilink
minus-square@etchinghillside@reddthat.comlinkfedilink3•edit-21 year agoRemind me what -p does. Edit: never mind - I see it mentioned below.
minus-square@PoolloverNathan@programming.devlinkfedilinkEnglish3•1 year agoPatch 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.)
psst, git add -p
Remind me what -p does.
Edit: never mind - I see it mentioned below.
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.)