Repository files navigation
Github 登录 ssh -T git@github.com 在本地建立一个git文件 首先,复制仓库地址,并在本地执行命令 git clone https://github.com/…… git status 查看状态 git add +文件名 将新文件保存到中转的待上传区域 git commit -m " " 写备注 git push 正式上传到远程
Github 登录 ssh -T git@github.com 在本地建立一个git文件 首先,复制仓库地址,并在本地执行命令 git clone https://github.com/…… git status 查看状态 git add +文件名 将新文件保存到中转的待上传区域 git commit -m " " 写备注 git push 正式上传到远程