Compare commits

..

No commits in common. "839281022abcdc489952e50e98e3164445ee23b3" and "84c2b18dfa29333af0eb608406fc7e2e5b04f38f" have entirely different histories.

View file

@ -155,7 +155,6 @@
signingKey = "~/.ssh/id.key"; signingKey = "~/.ssh/id.key";
}; };
gpg.format = "ssh"; gpg.format = "ssh";
commit.gpgsign = true; global.gpgsign = true;
core.sshCommand = "ssh -i ~/.ssh/id.key";
}; };
} }