Documentation
¶
Overview ¶
Package git provides functions for interacting with a local git repository.
It shells out to the git command-line tool to perform operations such as finding the repository root directory, reading file contents at a given ref (branch, tag, or commit), and listing files that have changed between the working tree and a given ref.
All functions in this package require that the git binary is available on the system PATH.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.