Obtain the timestamp from the current head commit of a Git repository.
repo_path (str, optional) – Path to the Git repository. Leave as None to use the current working directory.
str
None
commit_timestamp – The datetime of the head commit.
datetime.datetime