Better Github detection
Author: Lazerbeak12345Created Dec 11, 2022Updated Mar 7, 2023
Is your feature request related to a problem? Please describe. I use the ssh remote format for many of my cloned github repos.
An example of this format is:
git clone [email protected]:kefranabg/readme-md-generator.gitAs you can see in this function below...
Where GITHUB_URL is defined as
The check for if a local project is a github project clone only handles git-over-https.
Describe the solution you'd like An expansion to treat git-over-ssh on the github url as the same as the equivalent git-over-https
Describe alternatives you've considered Unsure.
Additional context ...
Source: kefranabg/readme-md-generator