
git
EricJeff_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git的常用命令
gitconfig–globaluser.name“YourName” git config –global user.name “Your Name” git config –global user.email “[email protected]”git init :创建一个版本库(仓库) git status:是否被修改 git diff :修改了什么东西 git commit:提原创 2017-09-23 12:59:43 · 208 阅读 · 0 评论 -
SVN的安装使用
SVN的安装: 需要安装客户端和服务端 客户端:TortoiseSVN: http://tortoisesvn.net/downloads.html 服务端:VisualSVN : http://www.visualsvn.com/server/download 先安装服务端:安装后出现 在Repositories——>右击---->新建 然后在Users-原创 2017-05-05 21:17:47 · 306 阅读 · 0 评论 -
github的安装和使用
版本控制工具的发展史: github:是代码托管的社区,相当于一个仓库,它是使用git工具进行管理的 首先在github官网注册一个账号: https://github.com/ 然后在官网上建立一个项目: 点击start a project Repository name:起一个名字(必须用英文原创 2017-05-10 21:28:12 · 823 阅读 · 0 评论