From 96ddbd7fc51ec3dd6d6ff9abe967b3145adee051 Mon Sep 17 00:00:00 2001 From: Bastian Date: Thu, 16 Jan 2020 15:36:18 +0100 Subject: [PATCH] Add common terminal commands --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ad8e831..81462c2 100644 --- a/README.md +++ b/README.md @@ -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