1 Star 0 Fork 28

沉淀/JGJ.NetCore

forked from hxshxs2011/JGJ.NetCore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
新增本地项目同步gitee项目管理步骤.txt 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
hxshxs2011 提交于 2022-08-14 10:50 . 新增VOL技术文档
本地项目同步到gitee步骤:
1、先在gitee网站上创建空projectname;
2、本地运行 初始换脚本,如下:
创建 git 仓库:
mkdir sapwebapi
cd sapwebapi
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/hxshxs2011/sapwebapi.git
git push -u origin "master"
已有仓库?
cd existing_git_repo
git remote add origin https://gitee.com/hxshxs2011/sapwebapi.git
git push -u origin "master"
3、本地导入gitee DeskTop工具,导入 Add existing respository;
4、在gitee DeskTop中完成同步网站;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/complete_info/jgj.-net-core.git
[email protected]:complete_info/jgj.-net-core.git
complete_info
jgj.-net-core
JGJ.NetCore
master

搜索帮助