I'm new to version control so please excuse if this question is very basic.
From my understanding GIT is a code version control. we develop a lot of windows applications whose final releases are either .exe or .dll files.
my question is simple how does one handle the final releases of the exe's and dll's? do we use the git repository and keep the .exe/.dll files with the source code when we make a release? or git is not the right tool to manage the versions of the final .exe/.dll files and do we need something else?
how do other organizations handle this? if we need some other application for this what is a simple workflow to handle code version control and final releases of these applications?