Installing Git
How to install git
Last updated
Was this helpful?
How to install git
Last updated
Was this helpful?
Git is software for tracking changes in any set of , usually used for coordinating work among collaboratively developing during . Its goals include speed, , and support for distributed, non-linear workflows (thousands of parallel branches running on different systems).
Installing Git:
Windows: or
If you use choco package manager use : choco install git
Or if you use scoop use: scoop install git
Linux: (it's extremely likely in your distros repository)
Mac: (it's in brew)