mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-06 14:01:39 +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
|
local/bin/asdf
|
||||||
tools
|
tools
|
||||||
docs/plans
|
docs/plans
|
||||||
|
config/gh/hosts.yml
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
|
||||||
github.com:
|
github.com:
|
||||||
git_protocol: https
|
git_protocol: ssh
|
||||||
users:
|
users:
|
||||||
ivuorinen:
|
ivuorinen:
|
||||||
user: ivuorinen
|
user: ivuorinen
|
||||||
|
|||||||
Reference in New Issue
Block a user