随笔分类 -  代码仓库管理工具

摘要:git代码仓库管理工具 1.初始化本地仓库 a) Git init <directory> 2.克隆一个远程仓库 a) Git clone 仓库名 eg:git clone git@github.asdf.com:edadd/FE-AApppon.git 3.添加文件到暂存区 a) Git add 阅读全文
posted @ 2022-12-10 13:43 元气攻城狮 阅读(343) 评论(0) 推荐(0)