github start guide

Posted on Thu 03 January 2013 in it • Tagged with git, github

最近因为启动了新的项目,正好有机会更新一下原有的技术框架,最近研究了Netty、MyBatis和最新发布的Spring3.2.0。写了一些有意思的demo很想和大家分享,github很火,趁着还没被墙,赶快用起来。 以下是学习记录,包括主要的操作和用eclipse提交的详细说明。

操作步骤介绍

  1. 注册免费帐号 open page https://github.com/signup/free
  2. 设置本地环境 refer to https://help.github.com/articles/set-up-git $ git config --global user.name twotwo $ git config --global user.email twotwo.li@gmail.com $ git config --list user.name ...

Continue reading