Modernizing Version control for D365FO - Step by Step
Today I found a very nicely written article from Hamza Abid. Which I would like to share in here for future references. https://www.confiz.com/blog/modernizing-version-control-for-d365-a-step-by-step-guide-to-git-configuration-migration/ I will quickly put the high-level text / guidance shared by Hamza in here as well. GIT Configuration: Create new repository Select GIT as your repository type and select the check box "Add a README." Click "Clone" button to clone the repo locally You can Copy the HTTPS path given (or) Select Visual Studio from the IDE option Copy the clone URL of the repository In Visual Studio, click on the clone repository in the "Git Changes" tab Paste the clone URL in the repository location section {Path used: C:\Users\localadmin\Source\DemoRepo} 9 and click on the Clone button Click on the "Git repository" button under the "Team Explorer" tab. Right click on the main branch and click on "New local branch...