This is an example repository with some excercises to try as an introduction to git.
-
Using the command line
- Navigate to the parent folder where you want to place the source code.
- Run the following command.
git clone https://github.com/activesolution/introduction-to-git.git
-
Using Visual Studio 2017
- Open the Team Explorer
-
- Click 'Manage connections'
- Click 'Clone' under local git repositories
- Enter the repository address https://github.com/activesolution/introduction-to-git.git
The exercises and their corresponding solutions can be found in the exercise folders.