jdedev Repository Management
This repository contains documentation for jdedev Repository Management and all required scripts and utilities.
Prerequisites
Add SSH Key to GitHub
In github.com, add your SSH key to your profile settings under SSH and GPG keys.
Add SSH Key to Bitwarden
Authenticate to GitHub Using GitHub CLI
Authenticate with
gh:
GitHub authentication is through Bitwarden or an SSH key file.
Currently, Bitwarden is set.
# ===============================================
# Host github.com
# HostName github.com
# User git
# IdentityFile ~/.ssh/id_ed25519_serge
# IdentitiesOnly yes
# see NOTES below
# ===============================================