Skip to content

Instantly share code, notes, and snippets.

@akofod
akofod / .gitconfig
Created November 19, 2015 16:06
Personalized .gitconfig
[user]
name = Zackary Lowery
email = [email protected]
[push]
default = simple
[http]
# Expanded for large initial pushes to a remote
postBuffer = 524288000
[alias]
# Git Immersion ############################################################