From 73f74404f589b9167a646d196a9c794807fadb38 Mon Sep 17 00:00:00 2001 From: Aguoru Valentine Date: Fri, 29 Dec 2017 01:44:03 +0100 Subject: [PATCH] Branching practice --- week2_Valentine/git_command_line_assessment_Valentine.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 week2_Valentine/git_command_line_assessment_Valentine.txt diff --git a/week2_Valentine/git_command_line_assessment_Valentine.txt b/week2_Valentine/git_command_line_assessment_Valentine.txt new file mode 100644 index 0000000..b83bbc3 --- /dev/null +++ b/week2_Valentine/git_command_line_assessment_Valentine.txt @@ -0,0 +1,5 @@ +touch: (make file) This command Creates a new and empty file in the current working directory. +mkdir: (make directory) creates a new and empty directory as a child directory in the current working directory. +cd: (change directory) Changes the current working directory to a directory up or down the current working directory as specified in the command. +ls: (list) displays files and directories in the current working directory. +pwd: (print working directory) outputs the current working directory, showing also, its root and parent directories accordingly.