Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. How to use Git
  6. How to use Git on Command Line
  7. Install Git
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Install Git

For this tutorial, you will need to download the Git installer from the Git website on your computer.

Windows

After installation, go to the “Start” menu > “All programs” > “Git” > “Git Bash.”

Mac

After installation, open Terminal in Applications/Utilities.

To verify that Git has successfully been installed, complete a version check.

Your output string may differ depending on the installed environment or the version.

$ git --version
  git version 2.37.1 (Apple Git-137.1)

Now you have Git on your machine!

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life