repo-cloner/test.py

7 lines
100 B
Python
Raw Normal View History

#!/usr/bin/env python3
from git import Repo
r = Repo("/home/vasek/dev/repo-cloner")
print(r.bare)