Skip to content

Commit 6ca4824

Browse files
committed
added reference to git utility file
1 parent 5c8bb6d commit 6ca4824

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

git_utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import subprocess
22
import os
33

4+
"""
5+
References::
6+
https://gitpython.readthedocs.io/en/stable/tutorial.html
7+
"""
48
def get_git_info(repo_path='.'):
59
"""
610
Retrieves git information: commit hash, remote URL, and branch name.

0 commit comments

Comments
 (0)