随笔分类 -  Git

git操作
摘要:git workspace:工作区 staging area:暂存区/缓存区 local repository:或本地仓库 remote repository:远程仓库 # 切到根目录下 cd ~ # 创建github目录用于存放各种github资源仓库 mkdir github # 切到githu 阅读全文
posted @ 2020-12-03 20:24 BOTAK 阅读(138) 评论(0) 推荐(0)