pestifer.util.gitutil module¶ Some functions for interacting with git pestifer.util.gitutil.get_git_origin_url()[source]¶ Get the URL of the git origin remote. This is necessary for developers who want to modify the package by adding examples, etc. Written by ChatGPT Returns: The URL of the git origin remote, or None if it cannot be determined. Return type: str