📌Day 12: Linux & Git-GitHub Cheatsheet✒️Here's a simple cheat sheet for Linux, Git, and GitHub: 🐧 Linux Commands: CommandPurposeExample Usage lsList files and directoriesls -l (long format) 📂 cdChange directorycd Documents 📁 pwdPrint working directorypwd 🗂️ mkdirCreate a ne...Feb 24, 2024·3 min read
🌼Day 11: Master Git & GitHub for DevOps Engineers (Part II)📦 What is Git Stash? Source: https://www.scaler.com git stash is a powerful command that temporarily saves the current changes in some hidden area without committing them. It’s useful when you’re working on a feature branch and need to switch to a...Feb 23, 2024·3 min read
💦Day 10: Master Git & GitHub for DevOps Engineers (Part I)🎯 What is Branching in DevOps? The branching is a separate line of development from the main code, which allows developers to track and make changes to their code over time without affecting the main line of code. Source: https://www.sitepoint...Feb 20, 2024·3 min read
🌳Day 9: Advance Git & GitHub for DevOps Engineers❄️What is Git and Why it is important? Git is a distributed version control system that helps developers to manage their code changes. 🛡️why it is crucial: Version Tracking: Git enables developers and users to track changes to files, allowing th...Feb 13, 2024·3 min read
🐱Day 8: Basic Git & GitHub for DevOps Engineers🛠️🤔What is a Version Control System? Version Control System addresses two major functions: 1. Sharing of code:🤝 Sharing code is essential for team collaboration, code testing, and code review. 2. Versioning:🔄 Versioning is crucial for tracking t...Feb 12, 2024·2 min read
📚🔒Day 6: Understanding File Permissions and Access Control Lists(ACLs)🔐🐧 File Permissions in Linux: File permissions are like the security bouncers for computer files. They decide who gets the VIP lounge (your files) and what they can do once inside. 💻🔧 Source: https://pressidium.com/ In Linux, file permissions...Feb 9, 2024·4 min read