Thread
Stories related to "Why Would Git Push a Larger than Necessary Pack" across the full archive.
Leaving off the `git` tag, as I think this is more relevant to programming and version control in general, but will adjust if people feel strongly.
I have read many good comments on lobsters about mercurial. Why do you prefer mercurial over git? What are the main features that make you use it instead of the more common git?
EDIT: How well does mecurial work with git servers? Does the hg-git bridge works properly in general? Do you use it in ...
this is a small pair of utilities (pushb/popb), written in rust, that saves a stack of git branches for the current repository, to make it easier to switch back and forth between branches.
Example:
$ # on branch "master"
$ pushb -b tmp-branch
Switched to a new branch 'tmp-branch'...