Skip to content

Instantly share code, notes, and snippets.

View amacfie's full-sized avatar

Andrew amacfie

View GitHub Profile
@amacfie
amacfie / .gitconfig
Created July 28, 2017 16:11 — forked from 3v1n0/.gitconfig
git-human-aliases
[alias]
added = diff --cached
br = branch
ci = commit
co = checkout
contains = branch --contains
di = diff
diffc = diff --cached
discard = checkout --
distclean = "clean -dxfi"