#devops
Read more stories on Hashnode
Articles with this tag
File Commands ⦁ ls --> Directory listing. ⦁ ls -al --> Formatted listing with hidden files. ⦁ ls *.sh --> list all the files having .sh extension. ⦁...
Git Stash Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is...
Git Branching Branching is a feature provided in git so that developers can create code related to different functionalities on separate branches....
What is Git and why is it important? Git is a free, open-source distributed version-controlling system that enables developers to manage and track...
What is Git? Git is a mature, actively maintained open-source version controlling tool originally developed in 2005 by Linus Torvalds, the famous...
What is a package manager in Linux? A package manager is a software tool used in Linux and other Unix-based operating systems to manage the...