Steps to Create Directories and Files, Cloning to GitHub by using Git Commands

 

Basic-Linux-Commands-used-in-Devops

Mostly used Basic Linux Commands in the DevOps field



Certainly, here are the steps in a tabular format:

StepActionDescription
1Create Main Branch DirectoryCreate a directory called "MainBranch."
2Create Dir1 and Dir2Create two subdirectories inside "MainBranch" named "Dir1" and "Dir2."
3Navigate to Dir1 and Create DirA & DirBGo into "Dir1" and create subdirectories "DirA" and "DirB."
4Navigate to Dir2 and Create Dirc & DirdReturn to "MainBranch," enter "Dir2," and create subdirectories "Dirc" and "Dird."
5Enter DirA and Create File1 & File2Go into "DirA" and create files "File1" and "File2."
6Navigate Back and Select DirBReturn to "Dir1" and enter "DirB."
7Create File3 & File4 in DirBInside "DirB," create files "File3" and "File4."
8Navigate Back and Select DirCReturn to "MainBranch" and enter "DirC."
9Create File5 & File6 in DirCInside "DirC," create files "File5" and "File6."
10Navigate Back and Select DirDReturn to "MainBranch" and enter "DirD."
11Create File7 & File8 in DirDInside "DirD," create files "File7" and "File8."

Comments