Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/larryclaman/git-and-visualstudio
- Owner: larryclaman
- Created: 2020-06-05T18:53:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T17:09:26.000Z (over 4 years ago)
- Last Synced: 2024-10-20T07:36:41.399Z (3 months ago)
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)