#devops
Read more stories on Hashnode
Articles with this tag
Let's take a look at key OpenShift components and objects, along with relevant CLI commands for interacting with them. Introduction The OpenShift...
OpenShift is a cloud development Platform as a Service (PaaS) developed by Red Hat. It is an open source development platform, which enables the...
🧾Python Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can...
🟡 Git Stash In simple terms, git stash is like putting your changes aside temporarily. It allows you to save your work without committing it, so you...
📣What is Git? Git is free and open-source version control system that allows you to track changes to files and coordinate work on those files among...
cat: To view what's written in a file. chmod: To change the access permissions of files. rmdir: To remove a directory/ Folder. echo...