2019年7月

Git 常用命令清单

一、新建代码库# 在当前目录新建一个 Git 代码库 $ git init # 新建一个目录,将其初始化为 Git 代码库 $ git init [project-name] # 下载一个项...