mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-01 01:58:59 +00:00
fix(gh): update git protocol to ssh
Switch gh CLI git_protocol from https to ssh. Add hosts.yml to prettierignore since the file is managed by gh CLI.
This commit is contained in:
@@ -16,3 +16,4 @@ local/bin/antigen.zsh
|
||||
local/bin/asdf
|
||||
tools
|
||||
docs/plans
|
||||
config/gh/hosts.yml
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
github.com:
|
||||
git_protocol: https
|
||||
users:
|
||||
ivuorinen:
|
||||
user: ivuorinen
|
||||
git_protocol: ssh
|
||||
users:
|
||||
ivuorinen:
|
||||
user: ivuorinen
|
||||
|
||||
Reference in New Issue
Block a user