While one of the major design philosophies behind the stockroom is to work hand-in-hand with git, it doesn't offer many options other than letting git track the history through the stock file. Suggestions here are
Make stock commit do git commit as well (it should be optional and users should be able to opt-out). One use case is: It is very common to save models at intervals in a training loop. Hence we need to commit each time a new version of the model is added. If that commit is not being added to git history, It would not be possible for the users to switch between those versions easily
Description
While one of the major design philosophies behind the stockroom is to work hand-in-hand with git, it doesn't offer many options other than letting git track the history through the stock file. Suggestions here are
stock commit
do git commit as well (it should be optional and users should be able to opt-out). One use case is: It is very common to save models at intervals in a training loop. Hence we need to commit each time a new version of the model is added. If that commit is not being added to git history, It would not be possible for the users to switch between those versions easilymerge