What is the recommended way of version controlling my algorithms in the latest workflow? Previously with the VS plugin, I used to just create a normal project in C# and put it in Github and send my algos to backtest in the cloud via the plugin. But now with LEAN being the main toolkit, what is the best way to version control my algos so I don't lose track of the changes I've made. IMO version control is a very basic requirement of any coding workflow so I hope this can be supported natively via the cloud environment as otherwise it's easy to screw up an algorithm and have no easy way to revert back to older versions.

Author