git 命令 • 2018年03月06日 初始化本地仓库12345git initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/xx/xx.gitgi...