
github
washli2001
这个作者很懒,什么都没留下…
展开
-
github学习
git/github初级运用自如 http://www.cnblogs.com/fnng/archive/2012/01/07/2315685.html原创 2013-12-12 16:54:11 · 387 阅读 · 0 评论 -
git学习1:如何在windows下安装GIT
原文地址: http://jingyan.baidu.com/article/90895e0fb3495f64ed6b0b50.html Git是一个免费的、开源的版本控制软件。在Windows上安装git,一般为msysgit,官方下载地址为http://code.google.com/p/msysgit/downloads/list工具/原料wi转载 2013-12-13 09:20:36 · 634 阅读 · 0 评论 -
git学习3:创建项目以及客户端链接
ddd原创 2013-12-13 11:27:37 · 411 阅读 · 0 评论 -
git学习6:本地文件提交到github服务器上
通过GitUi 提交,要先缓存到提交。然后点击提交提示不认识的用户等信息。 打开Git Bash1.$ git config --global user.email "wsl@chan***.com" 2.$ git config --global user.name "gitusername" 就可以提交了,但是提交完后GIT UI能看到在master分支。原创 2013-12-13 14:38:58 · 491 阅读 · 0 评论 -
git学习2:建立账号以及创建密钥
1.注册:进入www.github.com 注册账号 2.验证邮箱: 2:原创 2013-12-13 11:05:25 · 1953 阅读 · 0 评论 -
git学习4:github上创建立一个项目
参考:http://www.cnblogs.com/fnng/archive/2012/01/07/2315685.html 用户登录后系统,在github首页,点击页面右下角“New Repository”填写项目信息:project name: hello-worlddescription : my first project点击“Create Repository”转载 2013-12-13 14:04:20 · 467 阅读 · 0 评论 -
git学习5:从github克隆资源库
打开GIT UI 如果要克隆服务器上的代码选择:克隆已有版本库 Source Location:git@github.com:slwang/hello-world.git slwang为github上的用户名hello-world为用户slwang在github上建立的版本库原创 2013-12-13 14:21:17 · 599 阅读 · 0 评论