From the course: Dreamweaver: Working with Git Version Control

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Installing Git on macOS

Installing Git on macOS - Dreamweaver Tutorial

From the course: Dreamweaver: Working with Git Version Control

Start my 1-month free trial

Installing Git on macOS

- [Instructor] Before you can start using Git version control in Dreamweaver CC, Git needs to be installed in your local computer. In this video, I'll show you how to do it on a Mac. First let's see whether Git is already installed. To do that, we need to open Terminal. I've got it here in my Dock, but you can also find it Application Utilities. At command line, type git followed by a space, - - version and then press Return. Now, I get this arrow message, so Git is obviously not installed on my computer. But, if you see Git version followed by a number, that means that Git is already installed and you're ready to start working with Dreamweaver. But if you're in my situation, you need to go to the Git website and download and install Git. So, let's go to the Git website. It's at git-scm.com. It's free and open-source, so all we need to do is to go to the Downloads for Mac button, click that. The download should start automatically, but I find that on a Mac, you almost always have to…

Contents