Skip to content

Production-grade Git workflows commonly used in Cloud & DevOps teams.

Notifications You must be signed in to change notification settings

Utyman28/git-mastery-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Mastery Lab

This repository demonstrates production-grade Git workflows commonly used in Cloud & DevOps teams (rebase, conflict resolution, rollback, recovery).

What this repo proves

  • Atomic commits via interactive staging (git add -p)
  • Rebase + conflict resolution
  • Safe rollback on shared history (git revert)
  • Recovery using reflog
  • Regression debugging using git bisect
  • Versioning with tags + changelog

Contributing

  • Use feature branches
  • Keep commits atomic

Running tests

python -m pytest


About

Production-grade Git workflows commonly used in Cloud & DevOps teams.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages