fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

just accruing git stashes in every repo I work on forever

bignose

After learning 's "spin-off branch" feature, I no longer accumulate (and subsequently forget about) stashes.

emacsair.me/2017/09/01/magit-w

These are a much better option for "ah, I'll need more work on these commits, let me put them aside for now".

@cwebber

emacsair.meEmacsair! A walk through the Magit interfaceBlog of Jonas Bernoulli

@bignose @cwebber I use this too, but I mainly end up using stashes when I have partial work that I don't feel like is worth committing yet. So it doesn't completely replace the need for stashes, right?

Right @jfred, stashes are not the problem, and are still quite useful.

What this does is give a better option for "I need this (series of) commits to continue, but I now realise it's more work than I expected, so a branch is better and I want that to happen right now, get saved as a branch that knows its ancestry, so I can switch to work on something else".

@cwebber

@bignose @cwebber thanks i always forget to deep read magit manual