2 Star 0 Fork 0

青春 / top_ad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

git初始化

  • 定位当前目录(ls)(cd)
  • git init:初始化git
  • git add . :提交本地文件到暂存区
  • git commit -m "初始化" :暂存区提交到远程仓库
  • git remote add origin https://gitee.com/lyq102030/top_ad.git :查看链接地址
  • git readme set-url origin https://gitee.com/lyq102030/top_ad.git (更改地址)
  • git push :确认本次提交
  • git pull :拉取远程仓库数据
  • git log:查看修改历史信息
  • cd(+路径) :控制目录
  • u :新加文件,未提交过
  • m :改动过,未提交
  • a : 新添加

git status查看当前状态

git remote -v 查看远程仓库地址

拉取:

桌面创建文件拉进VScode

git clone 地址

安装依赖:yarn

yarn add node-sass

npm install -g json-server全局安装

json-server --watch db.json --port 3004 到server目录才可启动(需要俩个终端)

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/lyq102030/top_ad.git
git@gitee.com:lyq102030/top_ad.git
lyq102030
top_ad
top_ad
master

搜索帮助