/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

initialcommit.com
| | yasoob.github.io
1.3 parsecs away

Travel
| |
| | petelevasseur.com
0.7 parsecs away

Travel
| | Pete LeVasseur's Blog - Engineering, Rust, Automotive, and more
| | www.simpleprimate.com
1.3 parsecs away

Travel
| | The other day I found myself having serious trouble publishing a new post to my blog. I was able to solve the problem through the use of Git rebase and I thought I would share my experience in case somebody else happens to go through the same thing.
| | ericlathrop.com
12.8 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.