|
You are here |
ionathan.ch | ||
| | | | |
akashgoswami.dev
|
|
| | | | | A quick how to guide on how to remove data from a repository's history | |
| | | | |
cullmann.io
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | This is a simple guide on how to sync your fork of a git/github project with upstream changes. | ||