Skip to content

Instantly share code, notes, and snippets.

View raffylopez's full-sized avatar

Raf Lopez raffylopez

View GitHub Profile
@raffylopez
raffylopez / happy_git_on_osx.md
Created March 23, 2018 01:46 — forked from trey/happy_git_on_osx.md
Creating a Happy Git Environment on OS X

Creating a Happy Git Environment on OS X

Step 1: Install Git

brew install git bash-completion

Configure things:

git config --global user.name "Your Name"

git config --global user.email "you@example.com"