#devops
Read more stories on Hashnode
Articles with this tag
π Week 2: Mastering Linux System Administration & Automation - 90 Days of DevOps (2025 Edition) Welcome to Week 2 of the 90 Days of DevOps challenge!...
π Week 1: Networking Challenge - Letβs Learn the Basics of the Internet! π Hey there! π Welcome to Week 1 of our DevOps 90 Days Challenge. This...
Now we have completed the Linux & Git-GitHub hands-on, let's make a cheat sheet of all the commands we have learned so far. Linux Commands - pwd:...
Git stash: In Git, the git stash command is used to save changes that are not ready to be committed yet, allowing you to switch to a different branch...
βGit Branching: Branches are essential in Git to isolate development work without affecting other parts of the repository. Each repository has one...
What is Git and why is it important? Git is a version controlling system. It keep track of each file present under git repository. Git is platform...