aa

git 往github提交代码

git往github提交代码



首先:在github中创建仓库

           初始化git  命令 git init

	   然后执行 git add  .

	            执行 git commit -m "first commit"

           提交仓库

		 git remote add origin 地址

push 上去 git push -u origin master

你可能感兴趣的:(aa)