赞
踩
(自己学习的记录,会更新和修改)
- 先在网页端创建仓库,名称对应文件夹名称
- 在git命令行界面
- git init
- git add .
- git commit -m "first commit"
- git remote add origin https://github.com/用户名/文件名.git
- git push -u origin master
- 然后输入用户名和密码
- 结束!!
用于已经建立过项目,每次修改之后进行文件上传保存。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。