重构拖拉机

时间:2024-03-24 00:01:16
【文件属性】:

文件名称:重构拖拉机

文件大小:311KB

文件格式:ZIP

更新时间:2024-03-24 00:01:16

JavaScript

Webpack入门套件 克隆此仓库 没错,克隆不是分叉。 您将多次使用此存储库,但是只能分叉一次存储库。 因此,您需要执行以下操作来克隆存储库,但仍然能够将更改推送到您的存储库: 克隆此仓库。 由于您不想将您的项目命名为“ webpack-starter-kit”,因此在运行git clone时可以使用一个可选参数(用终端命令参数替换[...] ): git clone [remote-address] [what you want to name the repo] 删除默认的远程: git remote rm origin (注意git remote -v不会给您任何回报) 在GitHub上创建一个名称为[what you want to name the repo] ,以便与命名保持一致 复制您将用于克隆此存储库的地址-类似于git@github.com:... 将此远程添加


【文件预览】:
refactorTractor-main
----.gitignore(1KB)
----.eslintrc(937B)
----package.json(952B)
----package-lock.json(362KB)
----src()
--------images()
--------data()
--------index.js(516B)
--------User-repo.js(3KB)
--------User.js(542B)
--------css()
--------api.js(903B)
--------Activity.js(5KB)
--------Hydration.js(1KB)
--------index.html(10KB)
--------Sleep.js(3KB)
--------scripts.js(22KB)
----webpack.config.js(961B)
----.DS_Store(6KB)
----README.md(5KB)
----pull_request_template.md(70B)
----gh-pages-procedure.md(2KB)
----test()
--------sleep-test.js(3KB)
--------hydration-test.js(2KB)
--------.DS_Store(6KB)
--------user-test.js(3KB)
--------activity-test.js(6KB)
--------userrepo-test.js(4KB)

网友评论