Skip to content

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:

gh auth login

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
    # IdentitiesOnly yes
    # see NOTES below    
# ===============================================

Pull All Repositories

Execute

git.sh