Installing Git

How to install git

Git is software for tracking changes in any set of filesarrow-up-right, usually used for coordinating work among programmersarrow-up-right collaboratively developing source codearrow-up-right during software developmentarrow-up-right. Its goals include speed, data integrityarrow-up-right, and support for distributed, non-linear workflows (thousands of parallel branches running on different systems).

Installing Git:

Windows: https://gitforwindows.org/arrow-up-right or https://git-scm.com/download/windowsarrow-up-right

If you use choco package manager use : choco install git

Or if you use scoop use: scoop install git

Linux: https://git-scm.com/download/linuxarrow-up-right (it's extremely likely in your distros repository)

Mac: https://git-scm.com/download/macarrow-up-right (it's in brew)

Last updated