
其它
notepaper
这个作者很懒,什么都没留下…
展开
-
MilkShape 3D注册码
用户名:Duote 序列号:K18dJ-14dZ1D-26dE25d原创 2012-08-09 19:45:59 · 4200 阅读 · 2 评论 -
git常用操作
git clone git://git.kernel.org/pub/scm/git/git.git git clone http://www.kernel.org/pub/scm/git/git.git git show git diff git commit -a git branch 查看分支 git br原创 2012-12-03 11:40:53 · 461 阅读 · 0 评论 -
git常用操作
1.clone git clone git://example.com/myproject git clone -b [branch] git://example.com/myproject 2.查看分支 git branch git branch -a (所有分支) 3.切换分支 git checkout origin/*** git checkout -b ***原创 2013-04-17 14:38:38 · 504 阅读 · 0 评论