Key Concepts
pwd: Shows the present working directory.ls: Lists items in the directory.git --version: Checks the Git version.cd (folder_name): Changes directory.ls -a: Lists all hidden files.mkdir folder_name: Makes a folder.touch baj.html: Creates a file with the touch command.vim baj.html: Opens the file in the terminal.i to insert, then to save press Esc followed by shift + : + wq.cat baj.html.git clone (github repo copy address) this way we can clone any git hub repo through gitbashgit clone (github repo copy address) hafiu this way we can clone any git hub repo through gitbash into the hafiu folder that will be created locally in my local harddiskcode . from gitbash the folder will be open in VS codegit statusgit init (required only once for a new project)