/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

corgibytes.com
| | zzamboni.org
4.3 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 ...
| | conradresearch.com
3.6 parsecs away

Travel
| | Guide to building the Turso Golang client on FreeBSD.
| | ericlathrop.com
4.3 parsecs away

Travel
| | One of my favorite parts of Git is how it lets you fix your mistakes. One mistake I needed to fix a few times in the last year was having two separate repositories, when they ought to be a single respository. I will present commands to merge a child repository into a parent respository as a subdirectory. The new child repository subdirectory will preserve its history and look like it was always part of the parent repository.
| | dinhanhthi.com
14.5 parsecs away

Travel
| I fail my way to success.