Day 12 : Linux cheat sheet & Git cheat sheet
Linux cheat sheet Git Cheat Sheet:
Search for a command to run...
Articles tagged with #devops-articles
Linux cheat sheet Git Cheat Sheet:
Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2 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 is useful when you need to switch to a...

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. ...

What is Git and why is it important? Git stands for ' Global Information Tracker' its centralized version control systems. Git can be installed on your remote server and local server, we can maintain our central repository on remote server while othe...

Cat :To view what's written in a file. or it can be used to see the contents of file chmod :To change the access permissions of files history: To check which commands you have run till now. touch: To create a empty file this command can be used ...
