If only it were so simple
If only it were so simple
Let’s not idolize ourselves as homewrecker
I don’t have to have feelings about something to value it.
Like a pizza fresh out the oven - gooey and even sticky on one side, crusty on the other
Unbeelievable
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.