#github
Read more stories on Hashnode
Articles with this tag
Linux, Git, Git-Hub, Docker finish ho chuka hai to chaliye seekhte hai inko deploy krne ke lye CI-CD tool: ยท What is Jenkins? Jenkins is an open-source...
#Day10 of 90DaysofDevOps Challenge ยท Git Branching Git branching is a powerful feature that allows developers to create separate paths of development...
#Day9 of 90DaysofDevOps Challenge ยท What is Git and why is it important? Git is a tool that allows you to VCS(Version Control System). So What is the...
#Day8 of 90DaysofDevOps Challenge ยท What is Git? Ans:- Git is a version control system that allows you to track changes to files and coordinate work on...
#Day7 of 90DaysofDevOps ยท What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove,...
#Day6 of 90DayofDevOps ยท Create a simple file and do ls -ltr to see the details of the files touch testing.txt ls -ltr How do you view Linux file...