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
ALSO VISIT
Let's Get Started:
Install Git on Linux
Debian and Ubuntu:
- CentOS:
- sudo yum install git
- 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 VISITInstall 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 VISITBy using Homebrew :
First install homebrew if you don't have in your system. After that use this below command:
- brew update
- brew install git ALSO VISIT
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.
0 Comments
Please give us a feedback .Is your purpose of coming to this article get fulfilled or not after reading this complete article ?
AND
if you have any query or you want to know anything then please comment here or fill contact us form.
THANKS.
~USGD