GitHub 使用

TaoCode

 

SVN 关闭

http://code.taobao.org/  d

CODING

 

git 收费和开源

https://coding.net/

OSChina

 

git 转移  码云

https://git.oschina.net/

CSDN

 

git 转移  码云

https://code.csdn.net/

码云

 

国内流行

https://gitee.com/

 

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"

 

 

 

 

 

 

 

 

原文地址:https://www.cnblogs.com/ncepu/p/13694876.html