Comparing version
{ | ||
"name": "git-pwa", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "git to use in a progressive web app", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -160,2 +160,3 @@ import fs from 'fs'; | ||
oConfig.url = this.argv._[5]; | ||
oConfig.force = true; | ||
await git.addRemote(oConfig); | ||
@@ -204,3 +205,3 @@ filelist.push(`add remote ${oConfig.remote} ${oConfig.url}`); | ||
async checkCommand() { | ||
const aIgnoreCommands = ['init', 'status']; | ||
const aIgnoreCommands = ['init', 'status', 'clone', 'add', 'commit', 'branch', 'checkout']; | ||
const oConfig = this.getConfig(); | ||
@@ -207,0 +208,0 @@ |
15571
0.59%307
0.33%