We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360d457 commit be1faa2Copy full SHA for be1faa2
first-steps-gitpython/read_repo.py
@@ -17,7 +17,6 @@ def print_commit(commit):
17
18
19
def print_repository(repo):
20
- print('Repo active branch is {}'.format(repo.active_branch))
21
print('Repo description: {}'.format(repo.description))
22
print('Repo active branch is {}'.format(repo.active_branch))
23
for remote in repo.remotes:
0 commit comments