Add common terminal commands

This commit is contained in:
Bastian 2020-01-16 15:36:18 +01:00
parent 7f4dc9f907
commit 96ddbd7fc5
1 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,15 @@ $ git config --list
### Terminal commands
#### Common commands
- `cd`: change directory
- `ls`: list all the files
- `mkdir`: make directory
- `rmdir`: remove/delete directory
- `touch`: create a file
- `rm`: remove a file
- `pwd`: find out the file path of current directory you are in, from the root
See changes that have been made
```shell
git diff