赞
踩
目录
如果你正在看我的这篇文章,说明你已经对GitHub有了一些基础的了解,下面我们将详细叙述每一步的操作,以保证你能够快速上手GitHub,完成对代码的管理。
git init
git add .
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- git config user.email "you@example.com"
- git config user.name "Your Name"
git commit -m "提交信息"
git remote add origin 远程仓库的URL
git push origin master
git clone 仓库的URL
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。