Skip to content

Instantly share code, notes, and snippets.

View martinlechner1's full-sized avatar

Martin Lechner martinlechner1

View GitHub Profile
@martinlechner1
martinlechner1 / happy_git_on_osx.md
Last active August 29, 2016 12:56 — 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"