Change how gitconfig files are loaded

This commit is contained in:
2026-01-15 18:11:15 -05:00
parent 1474e23aea
commit 01edb8f277
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
NOTE: Best option is to create/store private keys in Bitwarden.
# Creating an elliptic curve keypair (ed25519)
* Create: `ssh-keygen -a 100 -t ed25519 -f ~/.ssh/filename`