- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 gitee 基础使用教程
git clone <仓库地址> 你想取的名字,不用双引号。git remote rename <原别名> <新别名>git remote add <别名> <远程仓库地址>git add <文件名> // 单个文件。git push <远程仓库名称> <分支名>git pull <远程仓库名> <分支名>git checkout -- <文件名>git checkout -b <新分支>git branch -d <分支名>git clone <仓库地址>git merge <分支名>
2024-07-06 21:39:10
825
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人