Git Installation

From PKC
Revision as of 01:32, 9 September 2021 by Benkoo (talk | contribs) (Created page with "=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 con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

  1. Simply follow the instructions on Git Software Installation and Download. It has different versions for Windows 10, Mac OSX, and Linux/Unix.
  2. 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 press enter on your keyboard.
  3. If the command line interface (terminal) application shows the following, then, you have successfully installed Git.

References

Related Pages