USGD GYAN

10/recent/ticker-posts

How to Install Git on Linux, Mac or Windows

LATEST TECHNOLOGY IN HINDI

How to Install Git on Linux, Mac or Windows

GIT was designed and developed by Linus Torvalds for Linux kernel development. Git provides support for non-linear, ALSO VISITdistributed development, allowing multiple contributors to work on a project simultaneously. Git is the most popular distributed version control and source code management system. This guide explains how to install the latest, stable, prepackaged version git on ALSO VISITGNU/Linux, Mac Osx, and Windows, using their respective package managers. GIT can also be compiled from source and install on any operating system.
ALSO VISIT

Let's Get Started:

    Install Git on Linux

  • Debian and Ubuntu:

                sudo apt-get install git

  • CentOS:

          sudo yum install git
ALSO VISIT

  • Fedora:
                sudo yum install git-core     

ALSO VISIT
Install Git on Windows  

 To install GIT on Windows OS, first you have to install latest GIT INSTALLER PACKAGE from their website.
ALSO VISIT

Install Git on Mac OS

There are different ways to install GIT on Mac OS.ALSO VISIT You can install Git using Homebrew, Macports, or by downloading the Git installer package.
ALSO VISIT

By using Homebrew  :

First install homebrew  if you don't have in your system. After that use this below command:
By using Git installer package:
  • Go to the GIT website and download the current installer package for your system.
  • Double click on the downloaded file to begin the install.
  • INSTALL IT.ALSO VISIT
  • Choose location and install software.

Post a Comment

0 Comments