Version control is like a magic trick for your code. It lets you track changes, rewind to previous versions, and collaborate with others seamlessly. Here's how Git and GitHub come together to make this magic happen.
Size: 411.99 KB
Language: en
Added: May 11, 2024
Slides: 9 pages
Slide Content
Introduction to Git & GitHub. ASHWIN KUMAR RAMASWAMY Microsoft Student Partner
Agenda Version Controlling Collaboration work Open Source Contribution and products Git and GitHub Handling Git and GitHub
Primary usage of Git and GitHub Version controlling Collaboration work Open source Contribution
What is Version Controlling ? Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.
What is Collaboration work ? collaboration occurs when two or more people work together to produce or create something.
What is Open Source Contibution ? Open - Source Software is a type of software whose code is publicly available to use and modify. Open - Source Contribution involves contributing to the development or improvement of open - source software.
What is Git ? Git is the most commonly used version control system. Git tracks the changes you make to files, so you have a record of what has been done, and you can revert to specific versions should you ever need to. Git also makes collaboration easier, allowing changes by multiple people to all be merged into one source.
What is GitHub ? GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. This tutorial teaches you GitHub essentials like repositories, branches, commits, and Pull Requests