fix(config): moved ssh gpg config from shared

This commit is contained in:
2023-07-23 17:18:03 +03:00
parent 87281a436f
commit 8d2083be4c
2 changed files with 3 additions and 3 deletions

View File

@@ -11,9 +11,6 @@
[pull]
rebase = true
[gpg]
format = ssh
[alias]
branchbydate = for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)'
branchcolor = "!for ref in $(git for-each-ref --sort=-committerdate --format=\"%(refname)\" refs/heads/ refs/remotes ); do git log -n1 $ref --pretty=format:\"%Cgreen%cr%Creset %C(yellow)%d%Creset %C(bold blue)<%an>%Creset%n\" | cat ; done | awk '! a[$0]++'"

View File

@@ -1,6 +1,9 @@
[include]
path = ~/.dotfiles/config/git/shared
[gpg]
format = ssh
[user]
name = Ismo Vuorinen
email = ismo.vuorinen@vincit.fi