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 3c786e8 commit 66101beCopy full SHA for 66101be
nbgitpuller/pull.py
@@ -303,7 +303,7 @@ def main():
303
304
parser = argparse.ArgumentParser(description='Synchronizes a github repository with a local repository.')
305
parser.add_argument('git_url', help='Url of the repo to sync')
306
- parser.add_argument('branch_name', default='master', help='Branch of repo to sync', nargs='?')
+ parser.add_argument('branch_name', default=None, help='Branch of repo to sync', nargs='?')
307
parser.add_argument('repo_dir', default='.', help='Path to clone repo under', nargs='?')
308
args = parser.parse_args()
309
0 commit comments