Skip to content

Commit

Permalink
fix: remove ssh signing from git config
Browse files Browse the repository at this point in the history
Signed-off-by: vladislav doster <10052309+vladdoster@users.noreply.github.com>
  • Loading branch information
vladdoster committed Jun 2, 2023
1 parent 7dce754 commit 81f2b03
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions git/.config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,20 @@
email = mvdoster@gmail.com
name = Vladislav Doster
username = vladdoster
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG3u+PMqyzm3mSBVEJTAFq7PlQC7qk0DGftQudUMDwHq


[commit]
template = ~/.config/git/commit-template
gpgsign = true

[credential]
helper = store --file ~/.config/git/credentials

[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

[core]
autocrlf = false
eol = lf
autocrlf = false
eol = lf
editor = nvim
excludesfile = ~/.config/git/ignore
pager = delta
hooksPath = .husky
hooksPath = .husky

[advice]
skippedCherryPicks = false
Expand Down Expand Up @@ -125,12 +117,3 @@
subrm = !sh -c 'git submodule deinit -f -- $1 && rm -rf .git/modules/$1 && git rm -f $1' -
subup = submodule update --init --recursive
sw = stash show
[gitflow "branch"]
master = main
develop = develop
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
support = support/
versiontag =

0 comments on commit 81f2b03

Please sign in to comment.