Some more GitHub terms you must know!
We saw what is a repository and created one. Let's understand some more terms
- Fork: Whenver you visit someone else's repository and want to contribute/make changes, you have to make a copy of the same in your own GitHub account. That's what fork does.
- Star: If you liked someone's project but do not want to make any changes at the moment, you can star so that it is saved in your list and use it for future reference.
- Watch: You can watch a repository to receive notifications for new pull requests and issues that are created.
.png)
9
