Skip to content

Instantly share code, notes, and snippets.

View jeremy-techson's full-sized avatar

Jeremy Tecson jeremy-techson

View GitHub Profile
@jeremy-techson
jeremy-techson / .gitconfig
Last active January 27, 2018 04:16 — forked from donnfelker/.gitconfig
My .gitconfig
[user]
name = Your Name
email = you@youremail.com
[alias]
A = add -A
a = add
aa = add --all
ae = add --edit
ai = add --interactive
amend = commit --amend -C HEAD