-
Short answer. |
Beta Was this translation helpful? Give feedback.
Answered by
montasim
Oct 26, 2022
Replies: 2 comments 1 reply
-
Git clone allows you to create a local copy of the remote GitHub repository. Once you clone a repo, you can make edits locally in your system rather than directly in the source files of the remote repo |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olx24
-
It makes a copy file and saves in local system which later you can change it and push to github. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Git clone allows you to create a local copy of the remote GitHub repository. Once you clone a repo, you can make edits locally in your system rather than directly in the source files of the remote repo