Re: [git-users] Clone the git without tags.

2014-07-22 Thread seonguk.baek
Thank you so much!! It has helped me a lot. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options,

Re: [git-users] Clone the git without tags.

2014-07-21 Thread Konstantin Khomoutov
On Thu, 17 Jul 2014 02:57:59 -0700 (PDT) seonguk.baek baekseon...@gmail.com wrote: I want to create bare git project without tags using clone. But there is no option like --no-tags. Is there any way to clone without tags like below? $ git clone {path}/test.git --no-tags --mirror That