Implementation Notes
- Make Empty Git repository on Azure DevOps
 - Make sure git repo has a master branch on the remote
- If you cannot make this happen, it can be fixed later and might just have to be
 
 - Setup Changelog Database
- Or at least make sure all users have followed steps to get added to changelog DB
 
 - if no remote master branch then errors will occur in the local repository
- To correct errors of missing 
origin/masterrungit branch --unset-upstreamsince an upstreammasterbranch doesn't yet exist - This will arise when you add a DB to the source control and try to enter the commit screen
 
 - To correct errors of missing 
 - Make a new folder for each Version Controlled DB in your Repo
- Convention being used is to name each folder the same as the DB's name but in all CAPS
 
 - Setup Source control filters so you essentially have gitignore functionality in the repository
 - Link a Development Database to Your Source Control System
- If applicable Linking Static Data
 
 
Children