Git Day01

VCS - (Version Control Systems) Tools
SCM - (Source Code Management)

VCS or S tools:
Git and Git Hub

Source code —>It is a code written in programmatic language for any application as per requirement

It will help you and track the changes and what ever changes has been done to the files and store the code and track the changes of the code.

No chance of loss of code
Revert
Restore
Collaborate
Easy to fix the rollback

Types of Version Control systems

1. Distributed Version Control System ——> Git, Mercuiral, Bazaar
2. Centralized version control System —→ SVN, CVS

Bit Bucket, Git Lab, Azure Repos these are built on top of the git only

Git:

Git - Git is Distributed Version Control System and also open source. Eg: (Git, Mercuiral, Bazaar)

Git is a DVCS. It’s CLI to allow you track the changes in your code over time.

GitHub:

Git Hub- is an Source code Management tool (Eg: GitHub, Bit Bucket, Git Lab, Azure Repos, Aws Code Commit)

Git Hub is cloud based Hosting service/platform where we can store and share the Source code using git.
Git Hub provides GUI and using Git Hub we can create/host the repositories

Git Hub Admin

1.Create org
2. Create or manage repos
3. Teams
4. Users to the teams
5. Grant Acess to the repos for those teams

0
Subscribe to my newsletter

Read articles from N Ravikumar Reddy directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

N Ravikumar Reddy
N Ravikumar Reddy

I like to learn new things