Git 简易使用指南 0. 安装Git并打开CMD 【初始】 - Assbbs
Git 简易使用指南 0. 安装Git并打开CMD 【初始】 1. 进入目录 cd D:\project 2. 初始化 git init 4. 远程拉取至本地 git pull https://github.com/netcrashed/test.git 5. 本地添加至远程 git remote add test https://github.com/ne…
Git 简易使用指南 0. 安装Git并打开CMD 【初始】 1. 进入目录 cd D:\project 2. 初始化 git init 4. 远程拉取至本地 git pull https://github.com/netcrashed/test.git 5. 本地添加至远程 git remote add test https://github.com/ne…