Install Git

First off, you need to download and install the Git software for Windows, Mac, or Linux from http://git-scm.com.

Once it’s installed, you should configure it globally with your name and email address:

 
$ ​git config --global user.name "Your Name"
 
$ ​git config --global user.email "you@example.com"

Get Learn to Program with Minecraft Plugins, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.