forked from Workshops/How-To-Git-Started
Add common terminal commands
This commit is contained in:
parent
7f4dc9f907
commit
96ddbd7fc5
@ -75,6 +75,15 @@ $ git config --list
|
|||||||
|
|
||||||
### Terminal commands
|
### 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
|
See changes that have been made
|
||||||
```shell
|
```shell
|
||||||
git diff
|
git diff
|
||||||
|
Loading…
Reference in New Issue
Block a user