Git Introduction


           Git Introduction 

1. What is Git?
Git can be defined as a standard software or tool to store data which can be simultaneously used by one or more users. Git is used to create repositories which contain data and all the modifications done to this data can be traced using Git.Generally Git is used by developers to store source code.

Example: A developer develops a software application and stores it in a Git repository, later on another developer works on this same data and push changes to this repository. Now both developers can easily check the modifications done to the data using git. Git traces the changes made to data in the form of commits.

Procedure:
Step1: user1 pushes data to the repository.
Step2: user2 pulls the changes done by user1 to his local repository and then he makes changes to the data or code and pushes them to the repository.
Step3: now user1 pulls the data and makes changes.

Note: every user or developer must pull the data first, make changes and then he has to push it to repository.

2. Is there any git cloud service providers?
      Yes there are many git cloud service providers in the market, but major service providers are like        Bitbucket, Gitlab and GitHub etc…
      If we want to save the source code safely in cloud so that it can be access able, then we can go            with cloud service providers. These providers have two types of repositories.
     Public repositories: These repositories are access able to all users. Any one can download the             repo and modify it as per their requirement.These are generally free of cost.
     Private repositories: These are access-able only to the creator and the users he authorize. These       are paid services.

3. How to install Git in Ubuntu?
     Installation of git in ubuntu is easy. Execute below commands.
     cmd 1: apt-get update
    cmd 2: apt-get install git-core

4. How to install Git in Windows?
    Download git from git official page and simply execute the exe file. Later on add environmental path in windows properties.



Comments

  1. In the event that you want to Redirect Http to Https conserve the origin signal properly within impair in order that it could be entry capable, after that we are able to opt for impair providers. These types of companies possess 2 kinds of repositories.

    ReplyDelete
  2. A very nice guide. I will definitely follow these tips. Thank you for sharing such detailed article. I am learning a lot from you.
    DevOps Training in Pune

    DevOps Online Training

    ReplyDelete
  3. please go through this link ,you will find good content about GIT

    https://guides.github.com/introduction/git-handbook/

    ReplyDelete
    Replies
    1. GIT Notes

      https://goalkicker.com/GitBook/

      Delete
  4. Good post and informative. Thank you very much for sharing this good article, it was so good to read and useful to improve my knowledge as updated, keep blogging. Thank you for sharing such great information very useful to us.

    oracle training in chennai

    oracle training institute in chennai

    oracle training in bangalore

    oracle training in hyderabad

    oracle training

    oracle online training

    hadoop training in chennai

    hadoop training in bangalore



    ReplyDelete

Post a Comment

Popular posts from this blog

Blender Installation in AWS Windows EC2

How to build and deploy project from Bitbucket to AWS Code Deploy