pavelchowdhury99 / git_overview

Supplementary material for Naukri Learning's Video on a overview of git and how to set up in your system

Home Page:https://www.youtube.com/watch?v=BiX95aSJbfE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Git version control system and how to set Git in your System

  1. What is Git

    • Git is free and open source software for distributed version control.
    • CVCS VS DVCS
      CVCS VS DVCS
  2. Features of Git

    1. Distributed version control system
    2. Secure
    3. Tracks history via unique commit ID
    4. Open Sourced
    5. Allow branches, merging and non-linear development
    6. Good Support for conflict resolution
    7. Speedy and scalable
    8. Provides staging Area
    9. Allows offline working
    10. Allows great collaboration
  3. Branching in git

alt Branching in git

  1. Common Git Jargon

    1. Branch
    2. Checkout
    3. Clone
    4. Fetch
    5. Fork
    6. HEAD
    7. Index
    8. Master
    9. Merge
    10. Origin
    11. Pull/Pull Request
    12. Push
    13. Rebase
    14. Remote
    15. Repository
    16. Stash
    17. Tag
  2. Git Setup In PC

    1. Download Git
    2. Download Github Desktop

Walkthrough

Git Tutorial | What is Git Version Control? | How to install and use Git? | Naukri Learning

About

Supplementary material for Naukri Learning's Video on a overview of git and how to set up in your system

https://www.youtube.com/watch?v=BiX95aSJbfE