Module git

Module git 

Source

Functions§

count_pull_requests
Counts the number of merged pull requests for a given author.
is_git_installed
Checks if the git command is available in the system’s PATH.
is_in_git_repo
Checks if the current directory is within a Git repository.
run_command
Executes a Git command and returns its stdout if successful.