git 的基本命令操作
摘要:1. 打开命名窗口: 右键选择“Git Bash Here”; 2. 将github上的仓库克隆到本地: git clone "github repository url "; 将本地的文件都提交到github上去: 1. 初始化: git init 2. 上传所有本地文件: git add . (
阅读全文
posted @ 2019-09-24 09:32
posted @ 2019-09-24 09:32