码迷,mamicode.com
首页 > 其他好文 > 详细

使用后心得

时间:2015-04-24 15:38:18      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:

目前GitHub非常的火,无论是国内的还是国外的现在都在使用。抽空研究了一下这个东西的使用方法,并总结出来,虽然有一点晚,但是我觉得还是有需要了解和学习的地方。好了,进入主题,一步一步的去介绍,当然最容易的学习方法,当然是跟着github网站提供的步骤去学习。这里我也是针对这个内容来进行总结。

 

1、github的网址: https://github.com  

2、选择login,输入用户名,密码,登陆。登陆之后,就会进入到主页,这里包含了四个基本的应用:

 

  • Set Up Git
  •    Create A Repository
  • Fork a Repository
  • Be Social
3、Set Up a git (主要目的就是在本地系统上安装好git工具,因为github其实是服务于git的网站)
 
1、配置用户名和邮箱。 
git config --global user.name "Your Name Here"# Sets the default name for git to use when you commit
git config --global user.email "your_email@youremail.com"# Sets the default email for git to use when you commit
2、补充说明

使用后心得

标签:

原文地址:http://www.cnblogs.com/jiangce111/p/4453347.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!