This video is the beginning of Git and GitHub Tutorial series which will cover all the core concepts in detail.
Learning:
What is Git?
• Distributed version control system
• To maintain versions of the projects
• Tracks all changes in file(source code)
• Source code management
• To collaborate with team
Centralized VCS:
• We have working copy on computer but versions are maintained on the server
• Every time we add new feature, previous version will be stored on the server
• Drawbacks:
1. What if server fail?
2. Needs internet connection always
Distributed VCS:
• Even if server fails; we have local copy of repository
• Internet connection required only when we want to push the changes on server
What is GitHub and how it works? What is the use of github ?
• Server to store all of our git repositories either private or public
• Open Source contribution to a project
• Provides a backup of our files
• Provides a visual interface for navigating your repositories
• Provides us a dynamic and collaborative environment that supports peer review, commenting, and discussion
What is git vs github ?
GIT and Github are not the same thing!
GIT - VCS
Github -hosting service
==================================================================
JMeter Tutorial Playlist:
• JMeter Tutorial
Automation Anywhere Tutorial Playlist:
• Automation Anywhere A11 Tutorial
Subscribe for more tutorials - / @qualityassurancelab7764