From 57831ad5e59260d9d7431f8432faa89f29f83e59 Mon Sep 17 00:00:00 2001 From: codetheorem Date: Mon, 18 Nov 2019 19:04:56 +0530 Subject: [PATCH] cloning a file --- Git-Experiences/git cloning.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Git-Experiences/git cloning.txt diff --git a/Git-Experiences/git cloning.txt b/Git-Experiences/git cloning.txt new file mode 100644 index 0000000..bdf6011 --- /dev/null +++ b/Git-Experiences/git cloning.txt @@ -0,0 +1,3 @@ +We can clone a repository in our local machine by using the command (git clone remote_location clone_name) +where remote_location means the file path or a web address of the repository that you have forked. clone_name +is simply the name of the folder that you want in your local machine. \ No newline at end of file