git 本地与远程关联流程

git init

git add -A

git commit -m '提交'

git remote add origin git@github.com:laniu/liuna.git

git push -u origin master

原文地址:https://www.cnblogs.com/liuna/p/7422208.html