标签:pre 显示 ash nbsp add color git strong code
在github新建一个仓库
此命令初始化一个新本地仓库
1.git init 目文件夹下面的文件都添加进来 2.git add .
提交说明 3.git commit -m ‘‘
让本地仓库和远程仓库建立连接4.git remote add origin +
//
远程仓库地址
把本地仓库push到github上面
5.git push origin master
# 显示所有远程仓库
$ git remote -v
标签:pre 显示 ash nbsp add color git strong code
原文地址:https://www.cnblogs.com/rzkwz/p/12423840.html