aegilops :github::microsoft: · @aegilops
139 followers · 499 posts · Server fosstodon.org

@joxean in git I’d just use a branch for this, and use commits.

You can checkout different branches quickly to switch between different sets of commits you make (e.g. feature branches).

This SO top answer agrees: stackoverflow.com/questions/36

You can use git stash too: git-scm.com/docs/git-stash

It has a “stack” but you can apply a stash out of order.

I only use stash as a last resort when I get in a tangle, not as a way to store anything; no tips on workflow.

#git #perforce #gitstash

Last updated 2 years ago