Day 12 : Linux cheat sheet & Git cheat sheet
Linux cheat sheet Git Cheat Sheet:
Search for a command to run...
Articles tagged with #devops-trends
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...

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

What is DevOps ?
