From 12fe6b798f506e8fbfaede926eaa1a11b87f02a7 Mon Sep 17 00:00:00 2001 From: stephenoba Date: Fri, 29 Dec 2017 06:38:44 +0100 Subject: [PATCH] five new comands --- .../git_command_line_assesment_stephen.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 week2_stephen/git_command_line_assesment_stephen.txt diff --git a/week2_stephen/git_command_line_assesment_stephen.txt b/week2_stephen/git_command_line_assesment_stephen.txt new file mode 100644 index 0000000..62ca722 --- /dev/null +++ b/week2_stephen/git_command_line_assesment_stephen.txt @@ -0,0 +1,24 @@ +This are five commands that i learned from week 1. + +1. PWD: (print working directory) +This command allows you to see the tree +of directories leading to the current +directory you are on. + +2. LS: +This command shows a list of all folders +and files on your current directory. + +3.MKDIR: +this command allows you to create a new +directory. + +4. Touch +this command allows you to create a new +file in a directory. + +5. Cd: +This is the most important command when +navigating. it is the command that lets +git know that you what to change to a +directory