1. What is the relationship or difference between Git and Github?
Ans :Git is a source code management system, the system to control everything that was written earlier and where it has changed later. GitHub is a hosting service where you can safely store your code. Git is a tool and GitHub is a service.
2. What is the repository and fork?
Ans : You can keep many project codes in Gittah. You can keep your project code in a repository. You can not upload source code directly if you want it here. Any source code can be stored in the repository you have created.
You're done with a project, you want someone to work with your project. Or do you want to project one project from another project. Fork to say this process.
3. What does Github Push and Pull mean?
Ans : pull: If you want to work on a GitHab account project, you can clone the whole project with the project link and work on your account.
push: To upload a source code developed on your computer, you will need to push it to GitHub site.