http://wuyuans.com/2012/05/github-simple-tutorial/加单个文件,并提交$ git add README$ git commit -m 'second commit'$ git remote add origin git@github.com:yourName/yourRepo.git$ git push -u origin master #[-u | --set-upstream]加所有文件$ git add -A #-A是all的意思$ git commit -m 'second commit' #-m是给出me Read More
posted @ 2013-02-22 12:53 hurner Views(194) Comments(0) Diggs(0) Edit
http://www.cnblogs.com/xianghang123/archive/2011/08/03/2125977.htmlcat -n root | tail -n +300 | head -100 Read More
posted @ 2013-02-22 10:56 hurner Views(144) Comments(0) Diggs(0) Edit