Skip to content

onetcore/webapi

Repository files navigation

可以将项目Fork到你的本地github项目中,也可以clone到你的项目中,然后进行修改。

  1. 克隆项目到你的本地文件夹中(cores)
  git clone https://github.com/yourname/project.git cores
  1. 进到cores目录下,然后增加远程分支,名为Yd到本地
  git remote add Yd https://github.com/onetcore/webapi.git
  1. 运行命令:git remote -v, 会发现多出来了一个Yd的远程分支
  git remote -v
  1. 然后把远程原始分支Yd的代码拉到本地
  git fetch Yd
  1. 合并对方远程原始分支Yd的代码
  git merge Yd/master
  1. 最后把最新的代码推送到你的github上
  git push origin master

About

WebAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •