Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
DevOps Career Transition
·
Module 1
DevOps Workflow and Collaborative Git
1
From Code Change to Monitored Release: DevOps Feedback Loops
Map the path from a code change to a monitored production release and identify where DevOps practices shorten feedback loops.
Map the path from a code change to a monitored production release and identify where DevOps practices shorten feedback loops.
2
Creating and Configuring a Git Repository with a Clean Commit History
Create and configure a Git repository with an appropriate .gitignore file and clear commit history.
Create and configure a Git repository with an appropriate .gitignore file and clear commit history.
3
Branch, Merge, and Integrate Changes in Git
Use Git branches to isolate a change and merge it into the main branch.
Use Git branches to isolate a change and merge it into the main branch.
4
Resolving Git Merge Conflicts Safely
Resolve a Git merge conflict without losing either contributor's intended changes.
Resolve a Git merge conflict without losing either contributor's intended changes.
5
Synchronizing Local and Remote Repositories
Synchronize local and remote repositories using clone, fetch, pull, and push.
Synchronize local and remote repositories using clone, fetch, pull, and push.
6
Using Git Tags and Semantic Versioning for Releases
Use Git tags and semantic versioning to identify releasable versions.
Use Git tags and semantic versioning to identify releasable versions.
7
Reviewing GitHub Pull Requests with a Lightweight Branching Workflow
Open and review a GitHub pull request using a lightweight branching workflow.
Open and review a GitHub pull request using a lightweight branching workflow.
8
Recovering from Faulty Changes with Restore, Revert, and Reset
Recover from a faulty change using restore, revert, or reset in the appropriate situation.
Recover from a faulty change using restore, revert, or reset in the appropriate situation.
Next module isn't ready yet,
Back to course
Previous module
Next module