赞
踩
git init
git config --global user.name 名字
git config --global user.email 邮箱(注册时)
git remote add origin 复制地址
git remote -v
↑检查一遍地址是否正确
git status (此步可跳过)
git add .
git status (此步可跳过)
git commit -m 备注信息
git push origin master
第一次会输入用户名和密码,之后不会
master-master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。