/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

scripter.co
| | techtldr.com
4.0 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 [...]
| | initialcommit.com
4.5 parsecs away

Travel
| | A complete guide to using the git clone command.
| | rick.cogley.info
4.3 parsecs away

Travel
| | It's possible to update a forked git repository using the Terminal or one of the many good GUIs for git, but did you know Github gives you a way to update a fork directly in its web interface?
| | ljvmiranda921.github.io
5.2 parsecs away

Travel
| Github's Fetch Upstream button is fun, but it doesn't do what I actually wanted to do-so here's how I do it.