Skip to content

Commit 808b49d

Browse files
authored
Merge pull request #97 from IanLee1521/add-push-upstream
Added `git push -u ...` handling (noop)
2 parents dae56aa + 5a06b5d commit 808b49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/controlbox.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ function(_yargs, d3, demos) {
764764

765765
push: function(args, opts, cmdStr) {
766766
var opt = yargs(cmdStr, {
767-
alias: { force: ['f'] },
768-
boolean: ['f']
767+
alias: { force: ['f'], upstream: ['u'] },
768+
boolean: ['f', 'u']
769769
})
770770

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

0 commit comments

Comments
 (0)