其它
notepaper
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MilkShape 3D注册码
用户名:Duote 序列号:K18dJ-14dZ1D-26dE25d原创 2012-08-09 19:45:59 · 4291 阅读 · 2 评论 -
git常用操作
git clone git://git.kernel.org/pub/scm/git/git.gitgit clone http://www.kernel.org/pub/scm/git/git.gitgit show git diffgit commit -agit branch 查看分支git br原创 2012-12-03 11:40:53 · 485 阅读 · 0 评论 -
git常用操作
1.clonegit clone git://example.com/myprojectgit clone -b [branch] git://example.com/myproject2.查看分支git branchgit branch -a (所有分支)3.切换分支git checkout origin/***git checkout -b ***原创 2013-04-17 14:38:38 · 527 阅读 · 0 评论
分享