Cheatsheet for Linux & Git for DevOps Engineer
Linux Commands Linux-Base # : root user $ : normal users / : root directory ~ : home directory man : access manual pages for all Linux commands uname : show name of kernel (OS) uname -r ...

Search for a command to run...
Articles tagged with #git
Linux Commands Linux-Base # : root user $ : normal users / : root directory ~ : home directory man : access manual pages for all Linux commands uname : show name of kernel (OS) uname -r ...

In this article, we will discuss our next part of advanced Git & GitHub for DevOps So let's begin!! What is Git Stash? Let's first discuss what we mean by 'stash', i.e. store something safely in a hidden place. Hence git stash is a command temporari...

Git Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into another branch using a pull request....

Task 8 of #90daysofdevops challenge What is Git? Git is a free and open-source version control system tool used to handle small to very large projects efficiently. It is generally used for source code management in software development. Git is use...
