JohnNashs / JohnNashs.github.io

我的博客
2 stars 0 forks source link

Git相关指令 #6

Open JohnNashs opened 2 years ago

JohnNashs commented 2 years ago

https://johnnashs.github.io/2019/07/01/LearnGit/

创建版本库1git init 添加远程库1$ git remote add origin https://github.com/JohnNashs/learngit.git 克隆指定分支1git clone -b <name> 仓库地址 Git 状态1git stauts 三种状态 Working Directory 工作区 Staging Area 暂存区 Repositor