🚀 Day 10 – DevOps 100 Days Challenge 🚀
Today, I deepened my understanding of advanced Git concepts, which are essential for managing code history, fixing mistakes, and working efficiently in real‑world projects.
📌 What I learned today in Git:
Git Config – setting username, email, and global configurations
Git Commit --amend – updating the last commit
Git Reset – undoing changes and reset commit states
.gitignore – ignoring unnecessary files and directories
Git Reflog – tracking and recovering lost commits
Git Cherry-pick – applying specific commits from one branch to another
These concepts help handle mistakes confidently, maintain clean commit history, and improve collaboration in DevOps and CI/CD workflows. 🔧📦
Feeling more confident with Git internals and moving ahead to Day 11! 💪🚀
#DevOps #100DaysOfDevOps #Git #VersionControl #GitReflog #GitReset #GitCherryPick #LearningJourney #ContinuousLearning
Thank you so much for detailed explanation for the git and github. That's amazing 🙌