本地项目推到 github

现在github建立一个项目, 然后初始化一下文件,


本地在项目里面用命令
git init 生成初始化 git文件

git remote add github_recon https://github.com/dannyhz/mpayrecon


取一个别名,github_recon



本地 git add -A
git  commit -m "init framework'
然后强推到 github

git push github_recon master --force

猜你喜欢

转载自dannyhz.iteye.com/blog/2405238