/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ionathan.ch
| | akashgoswami.dev
3.1 parsecs away

Travel
| | A quick how to guide on how to remove data from a repository's history
| | cullmann.io
4.5 parsecs away

Travel
| | Today I did run again into an old problem: You need to archive a lot small and large files inside a single Git repository and you have no support for Git LFS available. You did this several year and now you ended up in a state where cloning and working with the repository is unbearable slow. What now? Last time I did run into that, I archived the overfull repository to some "rest in peace" space and used git filter-branch to filter out no longer needed and too large objects from a repository copy that then will replace the old one for daily use.
| | third-bit.com
6.3 parsecs away

Travel
| | [AI summary] A developer shares a troubleshooting problem with a pre-commit hook failing to prevent commits in Git and discusses the necessary knowledge for someone new to scripting to debug the issue.
| | varunbarad.com
20.3 parsecs away

Travel
| This is a simple guide on how to sync your fork of a git/github project with upstream changes.