Install Git¶
Git must be installed and credential storage configured prior to setting up the SDE.
To install Git:¶
-
Download and run the latest version of the installer:
-
Follow the prompts to complete the installation.
-
Verify the latest version was installed correctly:
git --version
-
Configure your user name and email:
git config --global user.name "First Last" git config --global user.email "youremail@company.com"
Additional resources