VKVishal Kumarinadvanced-git-concept.hashnode.dev·Dec 30, 2024 · 7 min readAdvance Git & GitHub for DevOps EngineersIn this article, we will learn about: Git Branching Git Revert and Reset Git Rebase and Merge Merge Conflicts Git Branching A branch is a version of the repository that diverges from the main working project. It is a feature available in most m...00
VKVishal Kumarinpackage-manager-in-linux.hashnode.dev·Dec 19, 2024 · 3 min readWhat 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 graphical application like a software center or a command line t...00