SSSanjana Shakyainsanjana05.hashnode.dev·Apr 23, 2023 · 2 min readDay10:Advance Git & GitHub for DevOps Engineers.Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch and can have multiple other branches. You can merge a branch into another branch using a pull request. B...00
SSSanjana Shakyainsanjana05.hashnode.dev·Apr 23, 2023 · 4 min readDay9:Deep Dive in Git & GitHub for DevOps Engineers#90DaysofDevops challenge 1)What is Git and why is it important? Git is the most commonly used version control system. Git tracks the changes you make to files, so you have a record of what has been done, and you can revert to specific versions shoul...00
SSSanjana Shakyainsanjana05.hashnode.dev·Apr 23, 2023 · 5 min readDay8: Basic Git & GitHub for DevOps Engineers#90DaysofDevops challenge 1)What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track cha...01S
SSSanjana Shakyainsanjana05.hashnode.dev·Apr 23, 2023 · 3 min readDay7:Understanding package manager and systemctl#90DaysofDevops challenge 1)What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and manage software packages on an operating system. The package manager can be a g...00
SSSanjana Shakyainsanjana05.hashnode.dev·Apr 23, 2023 · 3 min readDay6:File Permissions and Access Control Lists#90DaysofDevops challenge File Permissions: In Linux, there are three types of owners for a file. USER - The user permissions apply only the owner of the file or directory, they will not impact the actions of other users. user can also be called defa...00