Member-only story
Some Basic Shell commands
4 min readJun 30, 2020
Before we dive into Git commands, it would be better for us to become familiar with some of the basic shell commands. Here, I will be presenting some of the basic shell commands using Git Bash.
If you have not installed Git in your PC yet, you can visit the link provided below for complete guidance about the installation of Git.
Basic Shell commands for directory management
ls
‘ls’ command is used to list files and directories.
cd
‘cd’ command is used to change directory.