/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

current.workingdirectory.net
| | ericlathrop.com
2.7 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.
| | initialcommit.com
2.7 parsecs away

Travel
| | We explain how to check out the initial commit of any open source project using Git. Examining the initial commit is a great way to learn how a program's code works.
| | unixdigest.com
1.5 parsecs away

Travel
| | [AI summary] This tutorial explains a simple Git workflow to manage your home directory by using a white-listing approach with a wildcard in .gitignore to selectively track specific files while ignoring everything else.
| | bengarvey.com
6.2 parsecs away

Travel
| [AI summary] A practical guide to a simplified, safe workflow for managing version control with Git.