平时弄一些东西方便管理版本,本地用VirtualSVN server搭了一个svn server
硬盘满了,想格式化整个硬盘;想想这样很多东西都没了;决定本地装个虚拟机做server,以后重装系统,格硬盘,虚拟机保留一份就省去不少时间。
前段时间接触到gitlab,决定后面就用它了;下载最新版下了半天,s3太慢了,传到百度网盘了
_gitlab-ce_8.5.4-ce.0amd64.deb:链接: http://pan.baidu.com/s/1skxYjnB 密码: wq5v
下载 Tortoisegit , 这个工具提供了良好的GIT操作界面,这里用右键Git Clone功能就行了
用命令效果一样:
git remote add origin http://192.168.188.128/ganlei/plugin.git
git add .
git commit
git push -u origin master
```
再去gitlab刷新页面,算是转移到git了
http://192.168.188.128/ganlei/plugin/commits/master
工作中用的是svn,除了上github用过一点git,平时都没用过;刚好迁移到git上学习学习使用方法。