Git & GitHub Flashcards
What is Git?
Git is a distributed version control system (DVCS) that allows multiple developers and contributors to work on a project.
What does Git provide for developers?
Git provides a way to work with one or more local branches and then push them to a remote repository.
What is GitHub?
GitHub is a cloud platform that uses Git as its core technology.
How does GitHub simplify collaboration?
GitHub simplifies the process of collaborating on projects by providing a website, command-line tools, and an overall flow for developers and users.
What role does GitHub play in relation to Git?
GitHub acts as the remote repository for Git.
What are some key features provided by GitHub?
Key features provided by GitHub include: Issues, Discussions, Pull requests, Notifications, Labels, Actions, Forks, Projects.