What is Git?
Git is a distributed version-control system for tracking changes in source code during software development.
Why use Git?
One of the biggest advantages of Git is its branching capabilities. Unlike centralized version control systems, Git branches are cheap and easy to merge. This facilitates the feature branch workflow popular with many Git users. This ensures that the master branch always contains production-quality code.
What is Github?
GitHub, Inc. is a United States-based global company that provides hosting for software development version control using Git. In 2018, it became a subsidiary of Microsoft for US$7.5 billion. It offers the distributed version control and source code management functionality of Git, plus its own features.
We will see 3 things in this video:
1. How to deploy a project to Github
2. Create a Branch and Deploy it to remote branch
3. Pull Request and Merge
We would love to hear from you.
Email us at [email protected]
Follow us on Instagram: https://bit.ly/reactjs1_insta
#github #git