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.