Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 595 Bytes

File metadata and controls

25 lines (23 loc) · 595 Bytes

Install Git

In this section, we will take a look at Installing Git

  • Download the Git binaries for your specific machine
    https://git-scm.com/downloads
    
    • Installing git for Linux
      https://git-scm.com/download/linux
      
    • Installing git for Mac
      https://git-scm.com/download/mac
      
    • Installing git for windows
      https://git-scm.com/download/win
      
  • Once, installed to check the version of the git run the below command
    $ git --version