@@ -23,4 +23,3 @@ The command that does the trick.
...
@@ -23,4 +23,3 @@ The command that does the trick.
wildcat restore
wildcat restore
```
```
This command will restore the previous config and code files you have backed up. It should be convenient for you to push codes after development. Obviously you don't want to push the altered codes together with yours.
This command will restore the previous config and code files you have backed up. It should be convenient for you to push codes after development. Obviously you don't want to push the altered codes together with yours.
> NOTE: After restore, you still need manually run `npm run update` for `node_modules`.