Skip to content

Instantly share code, notes, and snippets.

View mmedi005's full-sized avatar
🏢
Office

g00n3r mmedi005

🏢
Office
View GitHub Profile
@trey
trey / happy_git_on_osx.md
Last active March 10, 2025 23:53
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 "[email protected]"