码迷,mamicode.com
首页 > 其他好文 > 详细

how to make a git repo un-git?

时间:2017-01-15 07:39:25      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:removing   ast   can   sys   log   tracking   div   ack   blog   

If you have a git repo and now you want to make it a plain filesystem tree .. (removing the git tracking system), you can do the following:

git archive master | tar -x -C /somewhere/else

  

how to make a git repo un-git?

标签:removing   ast   can   sys   log   tracking   div   ack   blog   

原文地址:http://www.cnblogs.com/miaoz/p/6286547.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!