+[8 years ago]sebbohwrkrcoop: I don't know. You shouldn't distribute an image like that, obviously... +[8 years ago]sebbohyou can have more than one set of keys. These tokens that jasonaowen mentioned might be a better solution, if you're doing something akin to getting an application to push to a repo... But I don't know anything about the tokens. +[8 years ago]sebbohI have multiple virtual machines, not docker... and each one has a sebboh user, and each sebboh user has an ssh id with an associated public key. I submit all those public keys to github, so any of my accounts on any of my machines can push or checkout code. Sometimes I go into the github profile interface and delete old ones that haven't been used in a while. +[8 years ago]AnjiBaiChaIs there an easy to way to get GitHub Pages to serve a site from a subfolder in the repo (like /dist) instead of from the root? I have to copy all my build files to the root and commit them there, it's super messy and annoying to have them there IMO. +[8 years ago]preactionthe /docs folder exists for this purpose
it's not just more secure, it's also easier.
+[8 years ago]hehehehey hey +[8 years ago]heheheafter git checkout -b origin/v3/master +[8 years ago]heheheand git submodule init / update +[8 years ago]hehehewhat else is needed to ensure local box got v3/master code? +[8 years ago]hehehegit pull again?