@ghini/xstart 25.8.6124323 → 25.8.9172246
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
## 全屏替换xstart为新库名
|
|
11
11
|
```
|
|
12
|
+
Remove-Item -Recurse -Force .git
|
|
12
13
|
git init
|
|
13
|
-
git branch -M
|
|
14
|
+
git branch -M xstart
|
|
14
15
|
git remote add origin https://github.com/xghini/mynpm.git
|
|
15
|
-
git push -u origin
|
|
16
|
+
git push -u origin xstart
|
|
16
17
|
```
|