/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

www.willhackforsushi.com
| | initialcommit.com
2.4 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.
| | ericlathrop.com
2.6 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.
| | endot.org
2.5 parsecs away

Travel
| | I've been using git_backup to back up the websites I run for quite a while now. It works well and I only need to scan the daily cron emails to see if the backup went well or if there were any odd files changed the day before. One thing that I didn't expect when I started using it was how it would enable developing those websites in a sandbox without any danger of affecting the production instances.
| | bartlomiejmika.com
12.7 parsecs away

Travel
| The purpose of this article is to help you setup a personal blog as quickly as possible. These are the instructions and notes Ive written down when setting up my site that Id like to share.