Explore >> Select a destination


You are here

kinduff.com
| | source.puri.sm
21.2 parsecs away

Travel
| | TODO: expand DBus spec Add libfeedback support
| | zzamboni.org
10.5 parsecs away

Travel
| | I needed to copy a directory between two git repositories while preserving its history. I found some good instructions at http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/, which got me started, but I figured out a way to avoid having to move all the files into their directory again (lines 5-6 in Greg's instructions) by reversing the filter to remove everything I don't want instead of only including the directory I want. Here are the steps (the idea is the ...
| | cullmann.io
15.7 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.
| | blog.gnoack.org
33.4 parsecs away

Travel
| [AI summary] The article discusses how to use Git without relying on hosted platforms like GitHub or GitLab by setting up a local Unix/Linux server for repository hosting and managing projects through SSH.