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
3 changes: 3 additions & 0 deletions Git-Experiences/git cloning.txt
Original file line number Diff line number Diff line change
@@ -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.