Explore >> Select a destination


You are here

blog.fritzhardy.com
| | corgibytes.com
3.6 parsecs away

Travel
| | I recently helped a client incrementally migrate a customer-facing portal from Struts to Spring Boot. As part of the migration, we needed to consolidate five Git repositories into one. While completing the consolidation, we developed a number of scripts to follow to ensure that the change history for each repository was maintained and accessible.
| | ericlathrop.com
3.1 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.
| | techtldr.com
2.8 parsecs away

Travel
| | Here are the steps that I too to merge multiple GitHub repos into one, while preserving all commit history. The process took about 30 minutes for 5 repos. As a result, I feel like my GitHub page is cleaner and code is actually better organized and easier to find. TLDR: Create new repo (or use [...]
| | blog.teamleadnet.com
15.7 parsecs away

Travel
| After a little practise, Git can be fully utilised from the command line without any GUI. Adding, committing, pulling, and pushing is part ...