karn
karn copied to clipboard
Manage multiple Git identities
Hi, Sorry for the stupid question. But how does one run this? I have not worked with go applications much and not at all on this machine so I installed...
repo.go in https://github.com/prydonius/karn/pull/25 (implement gpg signing) added a getconfig for a signingkey (see [repo.go diff](https://github.com/prydonius/karn/pull/25/commits/4ebd74d74d1ae9cf0115553e2d28d8fe8bc5f8a5#diff-65e557a13cfc70927d6259fdf0113fff370ecddebb867153d67ef9d0877d8db4)). This causes a "Couldn't retrieve identity from Git repository" issue if a user hasn't setup...
👋 trying to build the latest release, but run into some build issue. The error log is as below: test failure ``` $ /usr/local/Cellar/karn/0.1.0/bin/karn update Couldn't retrieve identity from Git...
CI builds are failing currently, likely due to dependency tooling changes
I use Fish. I like Karn. Currently, I have a Fish function that takes the place of karn's init and it works. I can put together the code if you're...
Running `git init` (or any git commands) with karn overriding `git` outputs "Not inside Git work tree". When karn is overriding it should be more quiet.
e.g. 1. Set karn.yml ``` /repos/repo: name: Adnan A /repos: email: [email protected] ``` 1. Run `$ karn update` in `/repos/repo` Expected: both email and name updated to new identity: Adnan...