Git Installation
Jump to navigation
Jump to search
What is Git?
Git is a distributed file synchronization and version control system. It allows users to download and upload files with informative timestamps and labels of contributors. It is a indispensable tool for team collaboration in modern times.
- Simply follow the instructions on Git Software Installation and Download. It has different versions for Windows 10, Mac OSX, and Linux/Unix.
- After finishing the installation process of Git, launch a terminal application, or often called command line interface (CLI)interface, and type:
git
in the terminal application. Then pressenter
on your keyboard. - If the command line interface (terminal) application shows the following, then, you have successfully installed Git.