TaoCode |
| SVN 关闭 | |
CODING |
| git 收费和开源 | |
OSChina |
| git 转移 码云 | |
CSDN |
| git 转移 码云 | |
码云 |
| 国内流行 |
http://jingyan.baidu.com/article/f7ff0bfc7181492e27bb1360.html
http://www.runoob.com/w3cnote/git-guide.html
GitHub命令手册
打开Git Shell
ZXingDemo https://github.com/WirthStudio/ZXing.git
MinaDemo
下载保存路径:C:UsersglpDocumentsGitHub
# git clone https://github.com/WirthStudio/ZXing.git
下载的项目文件夹的 所有文件及文件夹,包括.git文件夹在内
全部拷贝到你的托管项目的根目录(或者将你的托管项目拷贝到该目录)
# cd ZXing
# git add .
# git commit -m "changes logs"
# git push -u origin master
JavaWeb项目GitHub管理
①登陆GitHub
创建库,点击“+”—> new repository
删除库,进行入对应的库,点击 “Settings” —> 往下,拖动。有“Delete this repository”。
-----------------------
②进行MyEclipse2014操作
单击项目 —> Team —> Share Project…
选择,"commit and pull"