forked from OSchip/llvm-project
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:
parent
918b88ab15
commit
b96e30c217
|
@ -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)')
|
||||
|
|
Loading…
Reference in New Issue