Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larryclaman/git-and-visualstudio

Lab exercises to learn git, Visual Studio, and Azure DevOps
https://github.com/larryclaman/git-and-visualstudio

Last synced: about 2 months ago
JSON representation

Lab exercises to learn git, Visual Studio, and Azure DevOps

Awesome Lists containing this project

README

        

# Git, Visual Studio, and Azure DevOps

## Hands-on Lab Exercises

1. [Prereqs and Setup](prereq/readme.md)
2. [Save work with commits](commits.md)
3. [Branching](branches.md)
4. [Share code with push](pushing.md)
5. [Update code with fetch and pull](pulling.md)
6. [Review Code with Pull Requests](pullrequest.md)
7. [Resolve merge conflicts](merging.md)