(no title)
owlstuffing | 7 days ago
There are wrappers that make it much more approachable. IntelliJ’s Git frontend, for example, is pretty nice.
owlstuffing | 7 days ago
There are wrappers that make it much more approachable. IntelliJ’s Git frontend, for example, is pretty nice.
skydhash|7 days ago
everybodyknows|7 days ago
With the above in order, I found I could subset the git state model:
* temporary branches rather than the "stash"
* commit tentative work to HEAD; amend, discard or set aside in a temporary branches rather than as later discoveries require
* side-step the index/cache/staging_area for most operations -- transfer directly between work tree and HEAD commit
esafak|7 days ago
Noumenon72|6 days ago