Explore >> Select a destination


You are here

rolisz.ro
| | reidburke.com
13.5 parsecs away

Travel
| | Secretive is an app by Max Goedjen for storing and managing SSH keys in the Secure Enclave on macOS.
| | taylorbrazelton.com
12.9 parsecs away

Travel
| |
| | zzamboni.org
4.7 parsecs away

Travel
| | via http://www.freshblurbs.com/blog/2013/06/22/github-multiple-ssh-keys.html#tldr Since Github doesn't allow us to reuse an SSH Key, the only sane solution is to jump through some hoops and generate + use multiple keys on the server itself. Let's look at some effective approaches of doing that. Short version: define multiple hosts in the SSH config file for each repository, which use different SSH keys, then you can assign different deploy keys to each repo. But read the whole article for the full details.
| | ericlathrop.com
42.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.