diff --git a/docbook-manual-repo.py b/docbook-manual-repo.py index 5ecba07..3884bb6 100755 --- a/docbook-manual-repo.py +++ b/docbook-manual-repo.py @@ -66,7 +66,7 @@ def git_current_branch(): def git_checkout(branch): - os.system('git checkout -f %s' % branch) + os.system('git checkout -f %s >/dev/null' % branch) def main():