Using Git to Manage File Changes
Learn how to set up your local Git with ADS.
We'll cover the following...
Tracking file changes
Not to be confused with GitHub, your locally installed Git version control system can track new, changed, and deleted files in the folder housing the ADS solution GitHub-Sample (We used this name since the last section in this chapter will place this repository in GitHub.)
To place this folder under Git control, click on the Source Control icon on the Activity bar. You’ll now see two Source Control options, like shown below:
At this point, since we are just going to set the repository to be locally controlled, click on the “Initialize Repository” option. Now, you should see all the files in this folder, with a “U” designation ...