I'm very new to VCS and git, so I have some difficulties to use them.

I'd like to use git for my embedded projects. I consider a must have feature 
the possibility to retrieve the binary files of an old release. In this way, I 
can reprogram a real device with EXACTLY the same binary after some years since 
the release.

I understood it's better to not add binary files to the repository. Indeed I 
don't need to track binary files for every commit. The only thing I need is to 
add additional non-tracked/ignored files (binaries) to a few commits, usually 
tags for production releases.


How to reach this goal?

-- 
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, visit https://groups.google.com/d/optout.

Reply via email to