#trainwithshubham
Read more stories on Hashnode
Articles with this tag
SETUP Configuring user information used across all local repositories git config --global user.name “[firstname lastname]”:set a name that is...
For Every action we need a configuration file in Kubernetes.The configuration file should be written in YAML(yet another markup language) the...
Kubernetes is an architecture that offers a loosely coupled mechanism for service discovery across a cluster. A Kubernetes cluster has one or more...
Git Branching is a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and...
What is Git and why is it important? Git is a DevOps tool used for source code management. It is a free and open-source version control system used to...
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...