Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions week2_Godwin1/git_command_line_assessment_Godwin1.txt
Original file line number Diff line number Diff line change
@@ -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.