Learning Git & GitHub for DevOps on Day 10 of #100DaysOfDevOps

📘 #100DaysOfDevOps – Day 10 (GitHub – Day 1) Today I started learning Git & GitHub 🚀 GitHub is a platform used to store code, track changes, and collaborate with others. It is one of the most important tools for developers and DevOps engineers. --- 🔹 What I Learned Today 👉 What is Git? Git is a version control system used to track changes in code. 👉 What is GitHub? GitHub is a cloud platform to host and manage Git repositories. --- 🔹 Basic Commands I Practiced Initialize repository "git init" Check status "git status" Add files "git add ." Commit changes "git commit -m "First commit"" Connect to GitHub "git remote add origin <repo_url>" Push code "git push -u origin main" --- 🔹 Key Concepts • Repository (repo) • Commit (save changes) • Version control • Local vs Remote repo --- 💡 Key Learning: Git and GitHub help in tracking changes, collaboration, and managing code efficiently, which is essential in DevOps workflows. Excited to continue this journey 🚀 #100DaysOfDevOps #DevOps #Git #GitHub #LearningInPublic

  • graphical user interface, text

To view or add a comment, sign in

Explore content categories