Munilakshmi G J100daysdevops.hashnode.dev·Oct 28, 2024Day 3 of 100 days : Introduction to Git and GitHubWhat is Git? Git is a distributed version control system that helps developers manage changes in source code during software development. Here are some key features: Version Control: Tracks changes in files, allowing users to revert to previous vers...Devops
Aesha Shahaeshashah.hashnode.dev·Jan 1, 2024Day 10: Advance Git & GitHub for DevOps Engineers.Introduction This blog helps you understand complex topics like Git branching for better code organization. Learn how to fix mistakes with Git's revert and reset features. Dive into merging and updating code efficiently with Git's rebase and merge to...80 readsGitHub
Sadik Saifisadikeey.hashnode.dev·Aug 11, 2023Essential Git Practices for Collaborative Software DevelopmentEver felt tangled in the web of code commits, branches, and merges? Fret not! Dive into this essential guide, sprinkled with the magic of Git, and turn collaborative coding into a breezy affair. 🚀 1. Kickstart Like a Pro! 🎉 Fork It Up: Before anyt...35 readsGit