Re: [git-users] Partial-Clone; is it time to reconsider the "do not store binaries in Git" recommendation?

2020-05-28 Thread Michael
On 2020-05-28, at 1:19 PM, Tassilo Horn wrote: > OTOH, why would you want to have your binary assets in a VCS? Nothing > valuable a VCS can do, i.e., diffing and merging, works for those > binaries. So IMHO, Git LFS and git-annex still have their right to > exist. Being able to recover an

Re: [git-users] Partial-Clone; is it time to reconsider the "do not store binaries in Git" recommendation?

2020-05-28 Thread Tassilo Horn
David Genest writes: > Is it time to reconsider git for binary assets like textures and sound > files? Can I `git add [large file]` without second questioning what > I'm doing? > > The perceived applicability of Git for large files is that it is not the > right tool for that job. Does

Re: [git-users] [Hint] git diff

2020-05-28 Thread Konstantin Khomoutov
On Wed, May 27, 2020 at 06:43:54PM +0530, Kunal Chauhan wrote: > If changes has done on repo1 at barnch.x > > And same changes need to incorporate in branch of other repo. > > Is git diff may helpful ? Depends on what you put into this. It's of course helpful to oversee the changes made. But