Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 412 Bytes

File metadata and controls

22 lines (15 loc) · 412 Bytes

GitHub Sync

Interactive setup:

odin config github

Non-interactive setup:

$env:GITHUB_TOKEN = "ghp_..."
odin config github --repo https://github.com/OWNER/REPO.git --branch main --non-interactive

Sync snapshots:

odin sync

Odin stores repository metadata in ~/.odin/config.yaml and stores GitHub tokens in the OS credential store through keyring.