| ▲ | trenchpilgrim 9 hours ago | |
> it was pushed all at once For some of my projects I develop against my own private git server, then when I'm ready to go public, create a new git repo with a fully squashed history. My early commits are basically all `git commit -m "added stuff"` | ||