Skip to content

Commit 5a06b5d

Browse files
committed
Added git push -u ... handling (noop)
1 parent f5f2522 commit 5a06b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/controlbox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,8 @@ function(_yargs, d3, demos) {
737737

738738
push: function(args, opts, cmdStr) {
739739
var opt = yargs(cmdStr, {
740-
alias: { force: ['f'] },
741-
boolean: ['f']
740+
alias: { force: ['f'], upstream: ['u'] },
741+
boolean: ['f', 'u']
742742
})
743743

744744
if (this.mode !== 'local') {

0 commit comments

Comments
 (0)