0
Can someone please explain what is a repository?
3 Answers
+ 3
Hi! First of all try to search your questions in Google
https://www.geeksforgeeks.org/what-is-a-git-repository/
https://docs.github.com/en/get-started/using-git/about-git
https://www.sololearn.com/learn/2338/?ref=app
+ 2
In short: a repository is a remote copy of your code, which also tracks the changes made to the code.
+ 1
Start learning about git and GitHub .