Chinaunix首页 | 论坛 | 博客
  • 博客访问: 589435
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

分类: LINUX

2014-07-19 18:04:38

$ git-svn clone --authors-file=users.txt --no-metadata -s my_project
$ cp -Rf .git/refs/remotes/tags/* .git/refs/tags/
$ rm -Rf .git/refs/remotes/tags
$ cp -Rf .git/refs/remotes/* .git/refs/heads/
$ rm -Rf .git/refs/remotes
$ git push origin --all

git 学习笔记:git学习笔记.txt
git 学习资料:progit.en.pdf
阅读(711) | 评论(0) | 转发(0) |
0

上一篇:vim

下一篇:next LABEL

给主人留下些什么吧!~~