Using git2's status methods to be able to read the status of a repository. The returned status is a dictionnary with file paths as keys and status flags as values.
84 KiB
84 KiB
Using git2's status methods to be able to read the status of a repository. The returned status is a dictionnary with file paths as keys and status flags as values.