
git
爱笑的T_T
工作
展开
-
git 安装使用
http://download.youkuaiyun.com/detail/u014695188/9809331 http://www.bootcss.com/p/git-guide/ http://blog.youkuaiyun.com/arkblue/article/details/9568249/ http://p.primeton.com/articles/53ccec89e1382367e20转载 2017-04-10 14:01:04 · 371 阅读 · 0 评论 -
git 分支操作
转:http://blog.youkuaiyun.com/arkblue/article/details/9568249/ 1 查看远程分支 [plain] view plain copy $ git branch -a * br-2.1.2.2 master remotes/origin/HEAD -> origin/mast转载 2017-04-18 11:02:35 · 341 阅读 · 0 评论 -
linux 安装git
转:https://www.cnblogs.com/lijinhui/p/6901220.html 1.删除已有的git yum remove git 2.安装git依赖包 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker转载 2018-02-03 14:02:19 · 325 阅读 · 0 评论 -
git idea 初始化项目
一、新建码云项目 二、idea新建项目 1.项目根下新建新建README.MD 和.gitignore .gitignore忽略提交文件 *.class #package file *.war *.ear #kdiff3 ignore *.orig #maven ignore target/ #eclipse ignore .settings/ .project .class转载 2018-02-03 14:47:22 · 2140 阅读 · 0 评论