On Sun, Apr 23, 2017 at 8:47 PM, Rm Beer <rmbeer2@xxxxxxxxx> wrote: > I have a several directories with binary files datas that is discard > by .gitignore. > > I recommend make a new .gitonecopy or .gitonelog or something that > take the directories with only 1 copy of last updated and not take > history of files in the repository. > Maybe anyone found other best method for apply this idea. So, clearly you haven't defined the request very well. It *sounds* like what you want is the ability to say "git please store and copy/send this file to other people, but only store it once, and don't allow storing history of it". This pretty much defeats the entire point of revision control and doesn't make sense to me as part of a revision control system. Thanks, Jake