Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-224 hours agoMicrosoft Please Fixlemmy.zipimagemessage-square319fedilinkarrow-up1821arrow-down117file-text
arrow-up1804arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-224 hours agomessage-square319fedilinkfile-text
minus-squareAtlas_@lemmy.worldlinkfedilinkarrow-up7arrow-down1·11 hours agoFor a first step you can get away with just add, commit, push, and pull. Maybe reset, but tbh using git like svn at first is fine. Next branch, checkout and merge. At this point show, log, bisect and blame also start to be useful. I’m not a fan of stash, and would instead recommend reflog and cherry-pick as the first two advanced commands to learn. Then rebase and squash.
For a first step you can get away with just add, commit, push, and pull. Maybe reset, but tbh using git like svn at first is fine.
Next branch, checkout and merge. At this point show, log, bisect and blame also start to be useful.
I’m not a fan of stash, and would instead recommend reflog and cherry-pick as the first two advanced commands to learn. Then rebase and squash.