Extracts the GitHub URL from a local git repository. This package simplifies retrieving the official GitHub repository URL associated with a project directly from its .git/config. It eliminates manual URL parsing, providing a clean and reliable way to programmatically access the GitHub URL, useful for tools needing repository information like automated documentation generators, CI/CD pipelines, or project reporting scripts. It supports various Git URL formats.