3 ms·
`git add .`, `git commit -m "wip: some note about what I was doing" Then checkout the new branch and do my work. When I come back, `git reset --soft HEAD^`, a
by oxidant 2y ago
`git add .`, `git commit -m "wip: some note about what I was doing"
Then checkout the new branch and do my work.
When I come back, `git reset --soft HEAD^`, and continue
- BeetleB 2y agoYour comment is a great ad for not using git.
- stouset 2y agoNow let’s talk rebase/merge conflicts, stash conflicts, forgetting to un-wip, and on and on and on and then maybe acknowledge that all of these “but my git workflow is simple” comments are a convenient fiction that doesn’t actually exist in practice.