GitHub在windows上代码管理教程

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

二.上传代码.

三.从GitHUB下载开源代码.

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

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

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

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

 

posted @ 2014-08-24 04:03  FreeFunCode  阅读(657)  评论(0编辑  收藏  举报