Skip to content

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

Notifications You must be signed in to change notification settings

pavelchowdhury99/git_overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published