Git: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=What is Git= "Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every ...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This is an article about the command-line utility `git`. For information about the [https://github.com/organizations/OpenSourceEcology/settings/profile official OpenSourceEcology organization on github], see [[Github]]. | |||
=What is Git= | =What is Git= | ||
Line 14: | Line 16: | ||
[[Image: gitcore.png]] | [[Image: gitcore.png]] | ||
=See Also= | |||
*[[Github]] | |||
[[Category: IT Infrastructure]] | |||
[[Category: Software]] | |||
[[Category: Open Source Software]] |
Latest revision as of 05:15, 21 August 2019
This is an article about the command-line utility `git`. For information about the official OpenSourceEcology organization on github, see Github.
What is Git
"Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do."
How to Get Git in Linux
- Open Terminal and type:
sudo apt-get install git-core