git-llvm: Push to master branch by default

This allows pushing without specifying a branch, which is what the
documentations says to do.
This commit is contained in:
Tom Stellard 2019-10-24 23:53:59 -07:00
parent 918b88ab15
commit b96e30c217
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ if __name__ == '__main__':
'branch',
metavar='GIT_BRANCH',
type=str,
default='master',
nargs='?',
help="branch to push (default: everything not in the branch's "
'upstream)')