gitlab文件上传

一、打开网址,新建分组

二、添加成员

三、添加项目

四、建立分支&上传文件

1.git clone xxxxxxxxxxxxxxxx.git

2.cd xxxxxxxxxxxxxxxx

  1. 创建分支: git branch yourname

切换分支: git checkout yourname

4.复制其他文件进来

5.git add .

  1. git commit -m "v0.1.0"

7.git push

备注:过程中要填写账号和密码

相关推荐
guwentian4 小时前
Git Worktree 实战:用并行多 Agent 把开发提速 N 倍
大数据·git·elasticsearch·wroktree
从零开始学习人工智能5 小时前
【踩坑实录】WSL2 解决 onnxruntime\-gpu ImportError: libcudart\.so\.13 无 CUDA13 运行库问题
python
卷无止境6 小时前
在 awesome-fastapi 里,哪些库值得一看?
后端·python
ltl6 小时前
LLM 训练全景:Pre-train、SFT、RLHF、DPO 与蒸馏
机器学习
ltl6 小时前
实时 OS 巡礼:VxWorks、QNX、Zephyr 与 PREEMPT_RT
linux
zhanghaha13146 小时前
Python进阶教程:6_JSON 数据解析 —— 新手完全指南
开发语言·python·json
我是谁??7 小时前
Ubuntu22.04更换清华源
linux·运维·服务器
Python私教7 小时前
API 输出模型怎么设计:从 model_dump() 到显式展示层
python·fastapi
圣殿骑士-Khtangc7 小时前
Go字符串高效拼接性能对比与底层原理分析
服务器·前端·golang
Python私教7 小时前
本地 AI 工具服务该绑定 127.0.0.1 还是 0.0.0.0?
python·fastapi