命令
pull、fetch / clone、checkout、push、commit、add
创建本地仓库的两种方法:
创建全新的仓库
git init
克隆远程仓库 —— Clone
git clone 地址