Back to IssuesView on GitHub
#397
Easy
SSH option in gitconfig
Summary
Enhance ghq to respect SSH configurations from .gitconfig. This involves modifying how ghq constructs clone URLs to automatically use SSH when configured, eliminating the need for manual `-p` flags or user-specific overrides.
Skills Required
GoGit InternalsCommand-line Interface Development