GitHub在windows上代码管理教程

时间:2014-08-24 05:56:22   收藏:0   阅读:385

一.下载GitHub for Windows 。地址:https://windows.github.com/

二.上传代码.

bubuko.com,布布扣

三.从GitHUB下载开源代码.

参考:nodejs在windows平台下搭建部署环境教程

git clone remoteurl(github路径) localdir(本地路径)

后面不带本地路径默认是在当前执行命令目录下。

git clone --recursive git://github.com/isaacs/npm.git 

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!