From 25f357c638e4522432fabb8a43c0ea1f09c6be46 Mon Sep 17 00:00:00 2001 From: Starlet55 Date: Mon, 1 Jan 2018 12:54:50 +0100 Subject: [PATCH] commit my advanced git branching section --- week2_Godwin1/git_command_line_assessment_Godwin1.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 week2_Godwin1/git_command_line_assessment_Godwin1.txt diff --git a/week2_Godwin1/git_command_line_assessment_Godwin1.txt b/week2_Godwin1/git_command_line_assessment_Godwin1.txt new file mode 100644 index 0000000..da28830 --- /dev/null +++ b/week2_Godwin1/git_command_line_assessment_Godwin1.txt @@ -0,0 +1,6 @@ +pwd : This command prints the name of the directory (folder) one is currently working on. This directory is called working directory +ls : This command is used to give a list of all the files and directories in a working directory. +mkdir : Folders (directories) are created with this command . +cp : This command is used to copy files and directories. +rm : This command deletes files and directories. +mv : This command is used to move files between directories.