Jan Keromnes

Results 292 comments of Jan Keromnes

@notriddle As a workaround, please feel free to install and configure `hub` in your container (you have root privileges), or to generate a new SSH keypair as explained [here](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) and...

On Tuesday, February 28th, 2017, we also had an interesting IRC discussion about `hub`. Pasting it here because it contains useful ideas: > 17:01:16 (notriddle) There are missing features. The...

Note: Some users might want to have a small bootstrap script for their containers, e.g. to check out a personal "dotfiles" repository. Maybe this can be done by appending some...

Great news: @nt1m just started implementing a `.gitconfig` that would be editable from a new "Configurations" section in the "Settings" page. Welcome Tim! And thank you for jumping on such...

I also contributed an editable `.gitignore` in 349807a6f22f0a1d072637a3467dbcaf377bc2cf, and both features are now live on https://janitor.technology ! 🎉🎆🍾 If you care about this, please give them a try in your...

@nt1m mentioned he'd be interested in adding a `.hgrc` template, which could be very useful for both Firefox and Thunderbird. FYI, here is a [.hgrc template draft](https://irccloud.mozilla.com/pastebin/Ye6dY4AZ/template.hgrc) that I worked...

Marked this as a `Good First Bug` because since the system is in place, it's both pretty quick and very useful to add a new user configuration. To do that,...

FYI, I asked about `~/.config/hub`, `~/.netrc` and Personal Access Tokens for `hub` in https://github.com/github/hub/issues/1668.

We've landed configuration templates for `~/.config/hub` and `~/.netrc` in be78b4dbd9696c5ac2f1e7c818314c22e5f84738, and `hub` does pick up the new token, but for some reason `hub fork` works but not `hub push`, even...

> It may be better to use `write:public_key` and SSH. That seems to be how Che is doing it. Thanks for the suggestion! We do generate custom SSH keys for...