- Create a repository on Github called favorite-cmd-commands, make sure to check the checkmark about including a README file
- Clone that repository (Google how to clone a repository).
- Edit the
README.md
markdown file. Q4. Add bash commands that you like (at least 3) and style them as headers..
present working directory: where you are right now..
List files in the directory: list of files of folders.
List all files including hidden files.
- Provide a short description (20 characters~) for each.
- Then
git add
,git commit
andgit push
the file to your GitHub repository...