12 2013 档案

摘要:Oracle VM Virtual 下CentOS不能自动获取IP地址解决办法 阅读全文
posted @ 2013-12-15 21:42 zendwang 阅读(1043) 评论(2) 推荐(0)
摘要:git 新手一枚,随用随更新git clone git@example.com:project-name.git 克隆git branch [-a -r] 查看分支【所有 远端】git pull $origin $branch_name 拉代码git push $origin $branch_name 推代码git checkout [-b] $feature_name 切换【创建】分支git statusgit loggit add xxxgit rm yyygit commit -m 'xxx'git commit -am 'yyy'git diff [$b 阅读全文
posted @ 2013-12-04 09:27 zendwang 阅读(156) 评论(0) 推荐(0)