#devopscommunity
Read more stories on Hashnode
Articles with this tag
#90daysofdevops Linux Basic Commands To check your present working directory: pwd List all the files or directories: ls Lists hidden files or...
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...
Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch and...
#90DaysofDevops 1)What is Git and why is it important? Git is the most commonly used version control system. Git tracks the changes you make to files,...
#90DaysofDevops challenge What is Kernel? The kernel is a computer program that is the core of a computer’s operating system, with complete control...